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

Return Value

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

Reference

wijtree type
wijtree jQuery Widget