Re: [jQuery] saving state of treeview and form data afteer refresh

2010-01-21 Thread John Arrowwood
Try creating an unload event handler that goes through your forms and writes the data therein to a cookie. Same thing with the state of the tree. Then write an onload event handler that looks for the cookies, and if found, populates the form elements and the tree state. If that doesn't work, the

[jQuery] saving state of treeview and form data afteer refresh

2010-01-21 Thread Danijel
i spent about several days trying to figure out hot to save state of open forms. In my web page I have a jquery treeview tool, when I click form is loaded into the #treview div. $(document).ready(function(){ $("#treview").treeview({ url: "category_async.php",