Belda
Belda

Reputation: 609

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.

Upvotes: 13

Views: 21149

Answers (3)

Yoseph
Yoseph

Reputation: 660

Checkout the ComboTree plugin by EasyUI.

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

Upvotes: 7

Ryu_hayabusa
Ryu_hayabusa

Reputation: 3722

This is an interesting plugin useful in situation like yours. http://harvesthq.github.io/chosen/

Upvotes: -1

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.

Upvotes: 14

Related Questions