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

Return Value

{array}
Example
$("selector").wijtree("getCheckedNodes");
Browser Compatibility
7
5
5

See Also

Reference

wijtree type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.