js实现树形结构

时间:2021-06-07 05:15:18
【文件属性】:
文件名称:js实现树形结构
文件大小:72KB
文件格式:ZIP
更新时间:2021-06-07 05:15:18
jsTree js实现树形结构 function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; this.icon = icon; this.iconOpen = iconOpen; this._io = open || false; this._is = false; this._ls = false; this._hc = false; this._ai = 0; this._p; };
【文件预览】:
jsTree
----css()
--------dtree.css(907B)
----tree.html(3KB)
----images()
--------system()
----js()
--------wtree.js(14KB)
--------wtree.js.bak(14KB)
jstree
----css()
--------dtree.css(907B)
----tree.html(3KB)
----images()
--------system()
----js()
--------wtree.js(14KB)
--------wtree.js.bak(14KB)

网友评论