Nistor Alexandru
Nistor Alexandru

Reputation: 5393

Retaining the state of manipulated dom elements on multiple pages

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

Answers (1)

asgoth
asgoth

Reputation: 35829

Several options:

Upvotes: 2

Related Questions