Is it possible to load a series of DIVS using Jquery using a preloader.
For instance, I have a page with 4 divs nested within 1 main div.
I'd like to load content1, then content2, and so on.
Plus, only 1 div will load at a time in the sequence.
Is this possible with jquery, or anything else?