Skip to content

Instantly share code, notes, and snippets.

@jimmylatreille
Last active August 29, 2015 14:03
Show Gist options
  • Save jimmylatreille/3dfd9b78fa1de9951ee1 to your computer and use it in GitHub Desktop.
Save jimmylatreille/3dfd9b78fa1de9951ee1 to your computer and use it in GitHub Desktop.
jQuery librairie internet explorer support
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<![endif]-->
<!--[if (gte IE 9) | (!IE)]><!-->
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<!--<![endif]-->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment