[jQuery] [jquery.async.treeview] Loads full level instead of leafs of clicked branch

2009-08-26 Thread nsbk
Hello, I have setup an async tree due to the big number of leafs (~2000) and the poor performance of the static tree when viewed on IE6/IE7. The async loads faster than the standard tree, but when clicking on a level 2 branch all the leafs of the tree are fetched, not just the ones under the clic

[jQuery] Re: [treeview] Can I apply classes to async trees??

2009-08-25 Thread nsbk
Thanks!! got it working... On 24 ago, 13:49, Jörn Zaefferer wrote: > You can use the "classes" property in the JSON response. These are > added to each node. > > Jörn > > On Mon, Aug 24, 2009 at 12:12 PM, nsbk wrote: > > > Hi! > > > I'm cur

[jQuery] [treeview] Can I apply classes to async trees??

2009-08-24 Thread nsbk
$("#tree").treeview({ url: "MenuTree.aspx",animated: "fast",collapsed: true, unique: true }) }); //html Thanks in advance! -- nsbk