[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Ravish Bhagdev
Looks good michael! Couple of minor observations: - Filter only works on root nodes, - Is case sensitive (simple toLower on both vars used in indexof should fix it, so no biggie) I really like the % graph and slider thingy :-) Cheers, R On Thu, Apr 2, 2009 at 11:38 PM, Tin wrote: > >

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Ravish Bhagdev
Yes, it is collapsible but it dosen't have the "filter" or search capability like the filtertree (http://www.extjs.com/explorer/#filtertree) So not quite as useful. Ravish On Thu, Apr 2, 2009 at 9:49 PM, Jack Killpatrick wrote: > The treetable plugin (below) is collapsi

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Ravish Bhagdev
Wow!! Look at this: http://www.extjs.com/explorer/#filtertree This is exactly what I was looking for. Is there anything similar built with jquery (my preferred js lib) Ravish On Thu, Apr 2, 2009 at 9:30 PM, Ravish Bhagdev wrote: > Thanks Jack, > > But I'm looking for

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Ravish Bhagdev
Thanks Jack, But I'm looking for a tree that is collapsible. I'm reading jquery documentation to see how difficult it will be to implement something that keeps index of all nodes in when searching hides matching id of node by getting hold of the element. Sounds a bit tricky though

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Ravish
iant plugin :-) Ravish

[jQuery] A Tree which can be filtered or searched....

2009-03-31 Thread Ravish
Hi, I've been looking for a tree widget which can be filtered or searched by typing keyword in a textbox. When trees have thousands of nodes, its very difficult for users to browse manually. Has anyone ever seen such a widget (jquery based ideally but other will do as well). I am surprised to

[jQuery] [validate] Time validation

2008-10-24 Thread Ravish
Hi, Is there anyway to do Time validation using the validator plugin? (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) It seems to have date validation but not for time... Any other options?