$('#tt').tree({ onBeforeCheck:function(node){ if (node.id == 'md'){ // this node can not be checked return false; } }});