jquery 取消绑定事件

 $(".TreeView1_0").unbind("mouseover");


$("#id").attr("onclick","").click(function(){ 
// 
}); 

 $("#id").click(funciton(){ 
// 
}); 

原文地址:https://www.cnblogs.com/dodui/p/3656365.html