Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of tree structured jQuery select box

I'm looking for an select box replacement, in which I am choosing a node of tree (the hierarchical structure is important). The other import thing is the ability to typefilter the nodes, because there is a lot of records.

Best if this could be in jQuery, ideally using jQuery UI.

like image 809
Belda Avatar asked Apr 17 '11 19:04

Belda


2 Answers

All you're looking for is in the jsTree jQuery plugin. Beautifully written, modular, extremely configurable, 5+ star implementation of hierarchical data display in a javascript rendered tree.

like image 182
András Szepesházi Avatar answered Oct 23 '22 08:10

András Szepesházi


Checkout the ComboTree plugin by EasyUI.

http://www.jeasyui.com/demo/main/index.php?plugin=ComboTree&theme=default&dir=ltr&pitem=

like image 36
Yoseph Avatar answered Oct 23 '22 10:10

Yoseph