Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个用于 asp.net mvc 的树视图插件。我找到了一个插件。http://jquery.bassistance.de/treeview/demo/
但是为这个插件生成标记并不容易。有没有其他可用的插件?
jstree是一个不错的插件,你可以试试。这个想法是根据树层次结构在视图中创建嵌套UL -LI元素的标记,然后在 UL 上调用 jstree 方法。
UL -LI
我写了一篇文章,逐步说明如何使用 jSTree 插件在 ASPNET MVC 中创建树视图。
快速谷歌搜索,我发现了这个插件:
http://www.jstree.com/demo