Wijmo UI for the Web
remove Method
wijmo.tree Namespace > wijtree type : remove Method
which node to be removed 1.wijtreenode element. 2.the zero-based index of which node you determined to remove.
The remove method removes the indicated node from the wijtree element.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var node; // Type:  undefined
    
    returnsValue = $(".selector").wijtree("remove", node);
});
function remove( 
   node : undefined
) : any;

Parameters

node
which node to be removed 1.wijtreenode element. 2.the zero-based index of which node you determined to remove.
Example
$("#tree").wijtree("remove", 1);
See Also

Reference

wijtree type
wijtree jQuery Widget