Skip to content

Instantly share code, notes, and snippets.

@orklann
Created September 27, 2013 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orklann/6729083 to your computer and use it in GitHub Desktop.
Save orklann/6729083 to your computer and use it in GitHub Desktop.
IE Detection in Javascript
<script type='text/javascript'>
var ie = !-[1,];
alert(ie); // true for ie
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment