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

2009-04-02 Thread Ravish
:-) Ravish

[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 :( Ravish

[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 ravish.bhag...@gmail.comwrote: Thanks Jack, But I'm looking

[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 j...@ihwy.com wrote: The treetable plugin (below) is collapsible. You may

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

2009-04-02 Thread Ravish Bhagdev
...@gmail.com wrote: Ravish, I've added a collapse/expand example to SlickGrid. Check it out at http://slickgrid.googlecode.com/svn/trunk/example5-collapsing.html On Apr 2, 2:31 pm, Jack Killpatrick j...@ihwy.com wrote: Right, I was thinking maybe treetable combined with the quicksearch plugin

[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?