任何人都知道树形结构的 jQuery 选择框
我正在寻找一个选择框替换,其中我选择树的节点(层次结构很重要)。另一个重要的事情是能够对节点进行类型过滤,因为有很多记录。
如果这可以在 jQuery 中实现,最好是使用 jQuery UI。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您要寻找的一切都在 jsTree jQuery 插件中。编写精美、模块化、高度可配置、5+ 星实现的 javascript 渲染树中的分层数据显示。
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.
查看 EasyUI 的 ComboTree 插件。
http://www.jeasyui.com/demo /main/index.php?plugin=ComboTree&theme=default&dir=ltr&pitem=
Checkout the ComboTree plugin by EasyUI.
http://www.jeasyui.com/demo/main/index.php?plugin=ComboTree&theme=default&dir=ltr&pitem=
这是一个有趣的插件,在像您这样的情况下很有用。 http://harvesthq.github.io/chosen/
This is an interesting plugin useful in situation like yours. http://harvesthq.github.io/chosen/