[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-12 Thread Christiaan van Woudenberg
FYI, this version of Treeview raises warnings when validating against JSLint in a few critical areas, and causes the JS compressor that I use by LCASoft ( http://www.lcasoft.com/compress-js.html ) to break the plugin. In SVN revision 3522, they are: * On line 67, asignment not terminated with ; *

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Guy Fraser
Jörn Zaefferer wrote: If you need keyboard navigation, async loading and dd and similar stuff you need to either wait for the UI tree component or take a look at Ext's tree components. I don't plan to extend this plugin in them mentioned direction: I want to keep it leightweight, providing

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Jörn Zaefferer
Guy Fraser schrieb: Jörn Zaefferer wrote: If you need keyboard navigation, async loading and dd and similar stuff you need to either wait for the UI tree component or take a look at Ext's tree components. I don't plan to extend this plugin in them mentioned direction: I want to keep it

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-04 Thread Jörn Zaefferer
Guy Fraser schrieb: If you could match the feature set of the nlstree [1] it would be really awesome: [1] http://www.addobject.com/products/javascript/tree/nlstree.php If you need keyboard navigation, async loading and dd and similar stuff you need to either wait for the UI tree component

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Jörn Zaefferer
Scott Trudeau schrieb: Jörn, Nice plugin. I'm hoping to make use of it very soon. I'm having trouble with the demo (both on bassistance and on jquery docs). Collapse All / Expand All / Toggle All seems to work, but clicking the +/- does not. Firebug reports no errors. It renders

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
Very nice plugin. Do you plan to add some callbacks options (for example, open, close, toggle, remove), and/or possibility to add/remove branches/items from an ajax request ? I'm thinking of using it as a directory browser as you can guess :-) thanks Matt 2007/10/3, Jörn Zaefferer [EMAIL

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Jörn Zaefferer
Matt schrieb: Very nice plugin. Do you plan to add some callbacks options (for example, open, close, toggle, remove), and/or possibility to add/remove branches/items from an ajax request ? I'm thinking of using it as a directory browser as you can guess :-) The options toggle and add should

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Guy Fraser
Jörn Zaefferer wrote: Okay, I've removed my stupid last minute optimization. Please give it another try. Yes, the +/- now work great :) If you could match the feature set of the nlstree [1] it would be really awesome: [1] http://www.addobject.com/products/javascript/tree/nlstree.php Guy

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
Thanks Jorn, already updated a few pages I'm using this on. Great plugin, thank you for all the hard work! On Oct 2, 3:29 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Good news everyone! The treeview plugin version 1.3 is out, giving you an even better tool at hand to display and navigate your

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-02 Thread Scott Trudeau
Jörn, Nice plugin. I'm hoping to make use of it very soon. I'm having trouble with the demo (both on bassistance and on jquery docs). Collapse All / Expand All / Toggle All seems to work, but clicking the +/- does not. Firebug reports no errors. It renders poorly on IE. Tested: FF2/Mac,

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-02 Thread Guy Fraser
Scott Trudeau wrote: Nice plugin. I'm hoping to make use of it very soon. I'm having trouble with the demo (both on bassistance and on jquery docs). Collapse All / Expand All / Toggle All seems to work, but clicking the +/- does not. Firebug reports no errors. It renders poorly on IE.