js中初初始化时绑定onclick事件:$('#tt').tree({ url:'tree_data.json', onClick:function(node){ alert(node.text); }});