会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
超级玛丽和大力水手
超级玛丽和大力水手是好朋友!
博客园
首页
新随笔
订阅
管理
05 2017 档案
阻止事件冒泡和阻止默认行为
摘要:// 阻止事件冒泡 function stopBubble(e){ if(e && e.stopPropagation){ e.stopPropagation(); }else{ window.event.cancelBubble = true ...
阅读全文
posted @
2017-05-31 10:52
超级玛丽和大力水手
阅读(124)
评论(0)
推荐(0)
getStyle 和 startMove
摘要:1 function getStyle(obj,attr){ 2 if(obj.currentStyle){ 3 return obj.currentStyle[attr] 4 }else{ 5 return getComputedStyle(obj)[attr] 6 ...
阅读全文
posted @
2017-05-22 11:50
超级玛丽和大力水手
阅读(171)
评论(0)
推荐(0)
公告