文件名称:js-tree:js搜索树状折叠插件
文件大小:203KB
文件格式:ZIP
更新时间:2024-06-03 20:40:35
jquery tree jstree JavaScript
js-tree js树状折叠插件,主要实现树状结构的展示效果,附加搜索功能.如下图demo效果,样式可以自定义。 npm install --save js-tree-search 如何使用 let jsTree = new JsTree($('#container')); let data = [ { "id": 9, "parentId": 0, "text": "我是*3" }, { "id": 1, "parentId": 0, "text": "我是*", "child": [ { "id": 2, "parentId": 1,
【文件预览】:
js-tree-master
----index.css(1KB)
----src()
--------index.js(7KB)
----.babelrc(93B)
----.vscode()
--------launch.json(452B)
----example()
--------index.html(1000B)
--------jquery-1.11.2.js(278KB)
--------index.js(1KB)
--------demo.gif(241KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(884B)
----index.js(10KB)
----package.json(1011B)