$(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.