Skip to content

Instantly share code, notes, and snippets.

@callblueday
Created August 24, 2013 06:15
Show Gist options
  • Save callblueday/6326396 to your computer and use it in GitHub Desktop.
Save callblueday/6326396 to your computer and use it in GitHub Desktop.
js判断是否为IE的办法
1.+[1,]
2.!+"\v1"
3.!!(window.attachEvent && navigator.userAgent.indexOf('Opera') === -1)
4.!!(!window.addEventListener&& navigator.userAgent.indexOf('Opera') === -1)
5.!!(document.all && navigator.userAgent.indexOf('Opera') === -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment