/ Published in: JavaScript
URL: http://www.six-degrees.com/six-degrees.html
a quick and complete method of detecting IE8
Expand |
Embed | Plain Text
var isIE8 = function() { return !!( (/msie 8./i).test(navigator.appVersion) && !(/opera/i).test(navigator.userAgent) && window.ActiveXObject && XDomainRequest && !window.msPerformance ); });
You need to login to post a comment.
