Before continuing:
- I know this has been done before.
- I searched for SO for this before deciding on this ...
It is said that I noticed that in some browsers that have settings to clear the cache every time I visit the page, some parts of my page are delayed. I would like to have a function that displays some animated image until the page is 100% loaded.
I would like to put it in my header, including the file once, and every time the page loads, it starts. I think I need this to be implemented in AJAX. I would like this feature to be autonomous, i.e. Not tied to any other functions. Should I use jQuery? Since jQuery itself requires loading an external file, should I implement it as a simple JS function?
Any feedback would be highly appreciated. Examples would be priceless.
:)
EDIT:
I found a plugin that does exactly what I need.
santa source share