I am looking for a simple bit of jquery that will load images in sequence.
So, I’m using the Document ready function, to ‘trigger’ it, however can’t come up with how to ‘.fadein()’ images one by one, in a gallery.
So, when the DOM is ready, IMG[1] will fade in, then, once this is done, IMG[2] will begin to fade in. If that makes sense.
I have tryed to use the ‘.queue()’ function, but I simply can not use it in this instance.
I am open to any suggestions for different ideas (not jquery) 🙂
Thanks
-Jim
try this:
html: