SyntaxFix
Write A Post
Hire A Developer
Questions
To detect MSIE (from version 6 to 11) quickly:
if(navigator.userAgent.indexOf('MSIE')!==-1 || navigator.appVersion.indexOf('Trident/') > -1){ /* Microsoft Internet Explorer detected in. */ }