I need to apply this to images that are selected by jQuery selector for example $("img"), should apply this to all images in page.
Asked
Active
Viewed 556 times
3 Answers
0
I guess you can do like this.
create an initial layout with the following:
Image that you are loading with visibility:hidden;
div with loading message.
jQuery's domready show the image and hide the div.
Is this okay?

Tommy
- 1,960
- 1
- 19
- 32
0
There is a tutorial at
http://jqueryfordesigners.com/image-loading/
that you would want to supplement with an each() loop in $("img")

Justin Wignall
- 3,490
- 20
- 23