?treeNode.* DIY *

Overview[ depends on jquery.ztree.core js ]

Used to save other custom data of node, do not use the same attribute name with ztree used, the user can freely set.

Examples of treeNode

1. Use 'ename' attribute to save more info

var node = { "id":1, "name":"test1", "ename":"test eName"};