点击事件阻止缺省事件以及阻止冒泡

1 function stopEvent(e){ 2 stopDefault(e); 3 stopBubble(e); 4 } 5 //阻止缺省事件发生 6 function stopDefault(e){ 7 if(e.preventDefault){ 8 ...
posted @ 2014-10-15 10:04  悄悄靠近你  阅读(247)  评论(0编辑  收藏  举报