码迷,mamicode.com
首页 > 其他好文 > 详细

addEventListener

时间:2014-10-10 23:01:04      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   div   on   ad   bs   type   tt   target   

 if (target.addEventListener)    //非ie 和ie9  
        target.addEventListener(type, func, false);  
    else if (target.attachEvent)   //ie6到ie8  
    target.attachEvent("on" + type, func);  
  else target["on" + type] = func;   //ie5  

addEventListener

标签:ar   sp   div   on   ad   bs   type   tt   target   

原文地址:http://www.cnblogs.com/dingyuanxin/p/4017758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!