标签:turn als log div function 事件冒泡 事件 阻止事件冒泡 color
1 $("#div1").mousedown(function(event){ 2 event.stopPropagation(); 3 });
1 $("#div1").mousedown(function(event){ 2 return false; 3 });
标签:turn als log div function 事件冒泡 事件 阻止事件冒泡 color
原文地址:http://www.cnblogs.com/dingjing0518/p/6839593.html