Reputation: 5393
Hi I have created a menu vertical menu that has some jQuery slideUp and slideDown functionality.The menu works well but I would like to find a way to retain its state on postback.
For example let's say a user clicks a button and it slides down and from the list a buttons that appear he clicks one and the page gets posted. This would result in the dom resetting to its initial state , which is not the effect I want.
So is there a way to maintain manipulated DOM elements state on multiple pages?
Upvotes: 0
Views: 70
Reputation: 35829
Several options:
Upvotes: 2