start to preload content after a complete page load

Posted by amit on Stack Overflow See other posts from Stack Overflow or by amit
Published on 2010-04-11T18:00:26Z Indexed on 2010/04/11 18:03 UTC
Read the original article Hit count: 316

Filed under:
|
|

i am trying to make the preloading work in such a way that the components i wish to preload start to load after successfully loading the page.

for example, i have index.php. i want it to load up completely. as soon as it loads up i want to start loading the other components.

to make things clear. i have a nav that makes use of large size images. if i load them along with the index.php file, it would increase load up time of the page. i wish for those large images to load after completely rendering index.php?

am i making sense? is it possible?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html