$("#rigthTree ul").bind("mousedown", function(event){event.stopPropagation();}); 详细解决方案
ui draggable 在IE上需要阻止冒泡事件
热度:124 发布时间:2012-11-23 22:54:33.0
$("#rigthTree ul").bind("mousedown", function(event){event.stopPropagation();});