[jQuery] Preloaders, Ajax and Jquery
Hi all !
I'm quite a newbie to jquery and like very much using it in my
everyday coding work.
I'd like to implement some preloaders on my website. In fact, I have a
number of blocks (divs) on one page and on loading it, I make an ajax
call to my database and retrieves css preferences from an xml doc
stored in a table. I then apply the css properties stored in the xml
through jquery to my blocks. In fact the ajax call sometimes take a
few seconds, so I would like to implement a preloader till the
preferences take effect.
Do you have an idea of how I could implement this.
Thanks in advance.
zool2o