housedouble
Programmer
If I load a page in Chrome it saves the page state after all scripts have finished so if I navigate away when I go back it looks just like the page without having to re-load.
This is fine however when I have used Ajax on that pages and it's contents are updated when I navigate away and go back again it doesn't save the changes it just goes back to how it looked when I first loaded it.
I am looking simply for a function which saves the new DOM state into what it cached.
Simply I want a function that updates the cached page onpageunload
This is fine however when I have used Ajax on that pages and it's contents are updated when I navigate away and go back again it doesn't save the changes it just goes back to how it looked when I first loaded it.
I am looking simply for a function which saves the new DOM state into what it cached.
Simply I want a function that updates the cached page onpageunload