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
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",
2 matches
Mail list logo