preloader - Best way to preload all images and background images using jQuery -
i have website consists of 2 pages: index.php , content.php. both pages pretty long , contain lots of graphics (both inline images , background images via css). graphics located in 1 folder (/img).
my idea include preloader on index.php. should display progress bar / spinner or , display "real" content of index.php once graphics loaded.
what best way achieve using jquery?
thanks in advance
Comments
Post a Comment