You could use the cookie plugin and set a cookie for the visible state.
Here is a simple example:
http://test.learningjquery.com/cookie-menu.html
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Sep 7, 2008, at 8:03 AM, Jochen Kaechelin wrote:
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