Skip to content

Instantly share code, notes, and snippets.

@martinnormark
Created April 19, 2013 09:59
Show Gist options
  • Select an option

  • Save martinnormark/5419354 to your computer and use it in GitHub Desktop.

Select an option

Save martinnormark/5419354 to your computer and use it in GitHub Desktop.
Gracefully handle oldIE with jQuery 1.9.1
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
<!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment