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

浏览器判断一览表

时间:2014-09-26 20:19:08      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   div   cti   on   

 {
        ie      : !!window.ActiveXObject,
        ie6     : document.all && !window.XMLHttpRequest,
        ie7     : document.all && window.XMLHttpRequest && !document.querySelector,
        ie8     : document.all && document.querySelector && !document.addEventListener,
        ie9     : document.all && document.addEventListener && !window.atob,
        ie10    : document.all && window.atob,
        ie11    : -ms-scroll-limit in document.documentElement.style && -ms-ime-align in document.documentElement.style,
        chrome  : !!window.chrome && window.chrome.webstore,
        firefox : !!window.sidebar,
        safari  : /constructor/i.test(window.HTMLElement),
        opera   : !!window.opera || /opera|opr/i.test(navigator.userAgent)
    } 

 

浏览器判断一览表

标签:style   blog   http   color   ar   sp   div   cti   on   

原文地址:http://www.cnblogs.com/haoliang/p/3995253.html

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