作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
如何获取jsTree中的所有节点?
我正在用 xml 构建 jsTree
Root
-----A
-----A1
-----A1.1
-----A1.2
-----A2
-----`A2.1`
-----A2.2
-----B
-----B1
-----B2
-----C
-----C1
-----C1.1
-----C2.2
我希望 jsTree 中存在的所有节点 (ID) 的数组如下所示
预期输出:[Root, A, A1, A1.1, A1.2, A2, A2.1, A2.2, B, B1, B2, C, C1, C1.1, C2。 2]
最佳答案
来自 documentation :
.get_json ( node , li_attr , a_attr )
This function returns an array of tree nodes converted back to JSON.
有关相同功能的更多信息来自 this doc :
This function traverses the whole tree and exports it as JSON. Refer do the data sources section to see the format of the output.
If you specify a node as the first argument, only that node and its children are included in the export, otherwise the whole tree is exported.
只需搜索,您就会找到! :)
关于javascript - jsTree : How to get all nodes from jstree?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10296410/
我是一名优秀的程序员,十分优秀!