Skip to content

Instantly share code, notes, and snippets.

@carlcarl
Created February 1, 2013 17:47
Show Gist options
  • Save carlcarl/4692865 to your computer and use it in GitHub Desktop.
Save carlcarl/4692865 to your computer and use it in GitHub Desktop.
jquery 2.0 version with IE
<!--[if lt IE 9]>
<script src="jquery-1.9.0.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="jquery-2.0.0.js"></script>
<!--[endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment