[jQuery] preserve state of a toggle element after page reload
Is there a way to store the status (hidden, visible) of a div for
example
after a page reload?
I want to give the users the possibility to custumize the sidebar.
Hidden elements could be made visible again on a special settings site.
When the user enters the main site all sidebar elements are visible.
Then the user
hides some elements and jumps to another page - and all elements are
visble again.
Right now I use session to decide which elements are hidden/visble?
Is there also a Jquery way?
Thanx