Skip to content

Instantly share code, notes, and snippets.

@damien
Created October 21, 2011 19:58
Show Gist options
  • Select an option

  • Save damien/1304792 to your computer and use it in GitHub Desktop.

Select an option

Save damien/1304792 to your computer and use it in GitHub Desktop.
Detect IE8 with jQuery
// Assuming jQuery in $
if ($.browser.msie && parseInt($.browser.version, 10) === 8)) {
// do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment