Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript how can i access these classes Reply To: how can i access these classes

#248924
gearheartstudio
Participant

I just realized, let me be a little more specific. I know that the .each() loop is finding the class, if I alert($(this)) it returns [object Object] which I figure is the loading image (src, object) and the image just placed (data-src, Object). So they are both there but its not changing the image to the data-src image.