[jQuery] Re: TreeView Problems

2009-07-08 Thread Keith
Thanks Jon. This works perfectly. On Jul 7, 1:17 pm, Jon Banner wrote: > i had a similar problem this morning. I updated the call to the write cookie > to include a path (i was getting a cookie written for each page in the app) > > line 172 in the uncompressed plugin. > > $.cookie(settings.cook

[jQuery] Re: TreeView Problems

2009-07-07 Thread Jon Banner
i had a similar problem this morning. I updated the call to the write cookie to include a path (i was getting a cookie written for each page in the app) line 172 in the uncompressed plugin. $.cookie(settings.cookieId, data.join(""), { path: '/' } ); Jon 2009/7/6 Keith > > Here is the menu tha