Skip to content

Instantly share code, notes, and snippets.

@javiervivanco
Created August 3, 2012 04:58
Show Gist options
  • Save javiervivanco/3244516 to your computer and use it in GitHub Desktop.
Save javiervivanco/3244516 to your computer and use it in GitHub Desktop.
Simple Detection IE Javascript
if ('__proto__' in {}) {
// IS NOT IE
} else {
// IS IE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment