I was wondering if it was possible to have one element only loaded once upon visiting my website.
In other words, I have a <div>
which contains a bunch of different spritely backgrounds, and I was wondering if I could only have that single <div>
load once, and then, each time an end-user loads a different page, that <div>
stays the same.
The effect I would like to achieve is to not have the animation start over.
How hard is this to implement, and how exactly do I do this? Is this too much of a hassle to quickly implement? Also, I believe this has something to do with Ajax, is that right?
Thanks!