I'm looking for a JQuery method or plugin to load multiple images from an array.
Assume all the image paths are in a Javascript array,
- how can I trigger a loading event. (Gif image can be used)
- Load all images
- Alert user all images have been loaded and remove loading event.
I am aware of .Load (http://api.jquery.com/load/) I just cant see how I can make a practical example with multiple images.