$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijtree("getCheckedNodes"); });
function getCheckedNodes() : any;
Return Value
{array}
$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijtree("getCheckedNodes"); });
function getCheckedNodes() : any;
$("selector").wijtree("getCheckedNodes");