As soon as the user navigates from your page, the DOM will be dropped. When your user clicks the back button, they get a new copy of HTML from your server (or from their cache).
So, you have one of two options:
- DOM cookie ( ), , cookie , , .
, , . , cookie , click , , , DOM var theDOM = $('html').clone(true);, HTML AJAX.
, . API API HTML5. - - URL- ( IE ). , "", DOM ...
, . , . ?