$('#tt').tree({ onBeforeCheck:function(node){ var nodes = $(this).tree('getChildren', node.target); console.log(nodes) }})
TypeError: _d7 is undefined
var b = $('#tt').tree('isLeaf', node.target);if (b){ console.log('is leaf');}