[jQuery] Re: [Treeview] Dynamically adding nodes to the async treeview

2008-06-29 Thread SirHoundalot
Doh - so obvious! Thanks for this! On Jun 27, 1:57 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: To avoid putting it all into one unreadable line. Jörn On Fri, Jun 27, 2008 at 3:00 AM, Alexsandro_xpt [EMAIL PROTECTED] wrote: Jorn, Why you always declare a new JS var? --

[jQuery] Re: [Treeview] Dynamically adding nodes to the async treeview

2008-06-27 Thread Jörn Zaefferer
To avoid putting it all into one unreadable line. Jörn On Fri, Jun 27, 2008 at 3:00 AM, Alexsandro_xpt [EMAIL PROTECTED] wrote: Jorn, Why you always declare a new JS var? -- www.alexsandro.com.br On 22 jun, 16:14, Jörn Zaefferer [EMAIL PROTECTED] wrote: Just use jQuery methods to

[jQuery] Re: [Treeview] Dynamically adding nodes to the async treeview

2008-06-26 Thread Alexsandro_xpt
Jorn, Why you always declare a new JS var? -- www.alexsandro.com.br On 22 jun, 16:14, Jörn Zaefferer [EMAIL PROTECTED] wrote: Just use jQuery methods to find the node: var node = $(...).appendTo(#products .someNode); ... Jörn On Sun, Jun 22, 2008 at 2:25 PM, SirHoundalot [EMAIL

[jQuery] Re: [Treeview] Dynamically adding nodes to the async treeview

2008-06-22 Thread Jörn Zaefferer
Just use jQuery methods to find the node: var node = $(...).appendTo(#products .someNode); ... Jörn On Sun, Jun 22, 2008 at 2:25 PM, SirHoundalot [EMAIL PROTECTED] wrote: Hi all I'm using the async version of the treeview plugin by Jörn Zaefferer. I'd really like the ability to