标签:style blog http ar io color sp on div
var isIE = !!window.ActiveXObject; var isIE6 = isIE && !window.XMLHttpRequest; var isIE7 = !!(!window.addEventListener && window.XMLHttpRequest && !document.querySelectorAll); var isIE8 = !!(!window.addEventListener && document.querySelectorAll); $(function(){ if(isIE || isIE6 || isIE7 || isIE8){ //do something }else{ //do something } })
标签:style blog http ar io color sp on div
原文地址:http://www.cnblogs.com/smjia/p/4169235.html