Is there any way to save browser history?
For example if some elements(enable/disable/color change, etc) on the page getting changed using jQuery and after redirecting to another action if browser go back button clicked the state of the previous page will be wrong.
That's why i am thinking to save history on button click before redirect, theoretically if user click back button state of previous page should be right.
Is there any ideas how to do that or something similar?
I found jQuery plugin called jHistory http://plugins.jquery.com/project/jHistory. Currently i am looking in to this but anyway may be some one come across something similar.