[jQuery] saving state of page

2010-01-20 Thread Danijel
spent about an hour trying to figure out why a form I was loading to a web page was not updating. In my web page I have a navigation button tool, when I click I want to load a form into the #display div. $(document).ready(function(){ .. a bunch of code. $('#menu li.tool').click(func

[jQuery] Saving state of page wig Jquery

2010-01-20 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 #form div. $(document).ready(function(){ $('#treeview').click(function() { $('#form').load('../forms/inputdata.php'); });