代码描述:jQuery阻止事件冒泡。jQuery阻止事件冒泡源码下载
事件冒泡现象有时候能够起到很大的作用,有时候也会干扰操作,下面就介绍一下jQuery如何阻止事件冒泡现象。 阻止事件冒泡可以有两种方式,列举如下: 解决方案一:
<script> $("#thediv").mousedown(function(event){ event.stopPropagation(); //其他代码 }); </script>
解决方案二:
<script> $("#thediv").mousedown(function(event){ return false; //其他代码 }); </script>
请绑定手机号,在继续操作
注意:只有绑定手机以后,才可使用网站全部功能