使用js拖放进行多级菜单管理
我正在寻找有关我正在开发的项目的某个元素的一些意见。我想包括在后端轻松管理的多级菜单。我真的很喜欢 WordPress 在后端使用的结构,让用户通过拖动菜单项直观地创建菜单。我正在寻找有关多级部分的一些指导。在使用 jquery ui 之前我已经制作了可排序列表,但我对多级功能(js 部分)有点迷失,
我很感激任何对此的输入(插件、示例、概念)。 谢谢。
I'm looking for some input on a certain element of a project I'm developing. I want to include multilevel menus that easily manageable in the back end. I really like the structure wordpress uses in their back end to let users create menu's intuitively by dragging the menu items around. I'm looking for a bit of guidance with the multilevel part. I have made sortable lists before using jquery ui, but I'm a bit lost on the multilevel functionality (the js part)
I'd appreciate any input (plugins, examples, concepts) on this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jsTree 是一个旨在执行此操作的插件。很有可能还有其他插件 - 尝试搜索 jQuery 插件。
jsTree is a plugin designed to do this. It's a good bet that there are others -- try searching the jQuery plugins.