Skip to content

Instantly share code, notes, and snippets.

@fedir
Created February 5, 2014 16:19
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 fedir/8827279 to your computer and use it in GitHub Desktop.
Save fedir/8827279 to your computer and use it in GitHub Desktop.
Check IE9 IE10
if (document.addEventListener) {
alert("IE9 or greater");
}
if (window.requestAnimationFrame) {
alert("IE10 or greater");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment