Skip to content

Instantly share code, notes, and snippets.

@fethica
Last active December 12, 2015 07:58
Show Gist options
  • Save fethica/4740230 to your computer and use it in GitHub Desktop.
Save fethica/4740230 to your computer and use it in GitHub Desktop.
JavaScript: Detect IE in jQuery
if($.browser.msie){//if it's Microsoft Internet Explorer
alert($.browser.version);//Browser version
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment