1

As of now I have a very basic preloader set up.

$(window).load(function() {  

$("#status").fadeOut(); 

$("#preloader").delay(300).fadeOut("slow"); 

});

I've placed it on every page of my website I'm creating.

What I want to do is, have the preloader ONLY appear once for each page for each visit or for however long my website is cached in their browser.

For instance a person would view the website, then if they came back to the site the preloader wouldn't show because most of the website is already cached and would eliminate the purpose of a preloader.

Anyone have any ideas on how to make this happen?

Thanks!

4

0 回答 0