Append
methodsAppends a node to any level of the TreeView . This method may also be used to reorder nodes.
Parameters:nodeDataObject|jQuery
Returns:jQuery
A JSON-formatted string or selector that specifies the node to be appended. If the argument is a plain JavaScript object, a new item will be created. If the argument is a jQuery element that holds a node, the TreeView node will be moved. If the argument is an array of objects, each item of the array will be appended.
The inserted <li> element, wrapped in a jQuery object,
or null if the new model has not been inserted immediately.