将 HTML 选择元素转换为带有子菜单的树
I want to have a select element have a submenus in a tree fashion.
I want it to be something like this:
(source: colinear.com)
Is there a jQuery plugin that can turn a select element into this kind of thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是 jquery 站点上列出的 树插件。 Mb.menu 看起来很合适。
Here are the tree plug-ins listed on the jquery site. Mb.menu looks like a good fit.
很难用选择元素做你想做的事情,插件将如何计算出子菜单?
这是使用 ul/li 的 jQuery 菜单
It is hard to do what you want with a select element, how will the plugin work out the submenus?
Here is one that uses ul/li's jQuery Menu
我不知道这是否有效,但这里有一个可能有用的链接。
http://www.tek-tips.com/faqs.cfm?fid= 6294
I don't know if this works, but here's a link that might be helpful.
http://www.tek-tips.com/faqs.cfm?fid=6294