Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Lisa Schiff
t: Re: [CODE4LIB] Javascript trees Joe Hourcle wrote: >> jQuery >> http://docs.jquery.com/UI/Tree >> appears abandoned >> other than that, I found a couple of plugins, but nothing too >> confidence-inspiring. > > As has already been mentioned -- jQuery is _not_ dead

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Mark A. Matienzo
I've played around with the "Unobtrusive Javascript Tree Control" before, and liked it a lot - it's pretty lightweight, which I like. http://www.silverstripe.com/tree-control Mark A. Matienzo Applications Developer, Digital Experience Group The New York Public Library

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Yitzchak Schaffer
Joe Hourcle wrote: jQuery http://docs.jquery.com/UI/Tree appears abandoned other than that, I found a couple of plugins, but nothing too confidence-inspiring. As has already been mentioned -- jQuery is _not_ dead, but there's also a plugin for a more fully featured tree: Didn't mean to imp

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Eric James
the results of search (a little more intensive in CPU and implementation). If interested I can send you source code and possibly the test server url. Best, Eric > Date: Wed, 5 Nov 2008 13:39:53 -0500 > From: [EMAIL PROTECTED] > Subject: [CODE4LIB] Javascript trees > To: CODE4LIB@LIS

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Joe Hourcle
On Wed, 5 Nov 2008, Yitzchak Schaffer wrote: Coders: Have you had any successful experiences with trees in JS frameworks? I'm trying to find one for the site I'm building, in order to "entree" the results of an API search; here's what I've found: Not trees specifically, but I'm willing to c

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Houghton,Andrew
> From: Code for Libraries [mailto:[EMAIL PROTECTED] On Behalf Of > Yitzchak Schaffer > Sent: Wednesday, November 05, 2008 1:40 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: [CODE4LIB] Javascript trees > > Coders: > > Have you had any successful experiences with tr

Re: [CODE4LIB] Javascript trees

2008-11-05 Thread Galen Charlton
Hi, On Wed, Nov 5, 2008 at 1:39 PM, Yitzchak Schaffer <[EMAIL PROTECTED]> wrote: > Have you had any successful experiences with trees in JS frameworks? I'm > trying to find one for the site I'm building, in order to "entree" the > results of an API search; here's what I've found: I've used the jQ

[CODE4LIB] Javascript trees

2008-11-05 Thread Yitzchak Schaffer
Coders: Have you had any successful experiences with trees in JS frameworks? I'm trying to find one for the site I'm building, in order to "entree" the results of an API search; here's what I've found: Treeview (standalone) http://www.treeview.net/ old, no built-in support for asynch loading?