I am building a asp.net webforms (3.5 sp1) application, using jquery where I can to animate the UI, change its state. It has worked great until I started doing postbacks, where the UI obviously resets itself to its initial state.
So my question is, what are the best practices for saving and restoring jquery/UI state between postbacks?
Thanks, Egil.
Update: Thanks a lot guys, great input, to bad I cant mark more than one answer as the "answer".