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

2010-01-21 Thread Danijel
are going to have to add events to all of the > form elements that allow the cookie data to be saved as you go. > > But...  why are you pressing F5 in the first place? > > > > On Thu, Jan 21, 2010 at 1:32 AM, Danijel wrote: > > i spent about several days trying to figure out

[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",

[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'); });