I have a load of images in the DOM, where the images href is set in CSS.
Anyone know a fairly good way to pull out a list of all of these much like
document.images
This pulls out an array of image tags.
I need to do a similar thing but pull out all image urls that might be located in CSS Classses
I need to do a replace on certain images using JavaScript