Wijmo UI for the Web
getSelectedNodes Method
wijmo.tree Namespace > wijtree type : getSelectedNodes Method
The getSelectedNodes method gets the selected nodes.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtree("getSelectedNodes");
});
function getSelectedNodes() : any;

Return Value

{array}
Example
$("selector").wijtree("getSelectedNodes");
See Also

Reference

wijtree type
wijtree jQuery Widget