会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
freeah
博客园
首页
新随笔
联系
订阅
管理
2017年4月24日
跨浏览器阻止事件冒泡
摘要: function stopEvent(event){ //阻止冒泡事件 //取消事件冒泡 var e=arguments.callee.caller.arguments[0]||event; //若省略此句,下面的e改为event,IE运行可以,但是其他浏览器就不兼容 if (e && e.stopPropagatio...
阅读全文
posted @ 2017-04-24 17:15 freeah
阅读(192)
评论(0)
推荐(0)
编辑
公告