Skip to content

Instantly share code, notes, and snippets.

@bbrochier
Forked from dwoodiwiss/jQuery-2.0
Last active December 28, 2015 22:09
Show Gist options
  • Save bbrochier/7570006 to your computer and use it in GitHub Desktop.
Save bbrochier/7570006 to your computer and use it in GitHub Desktop.
Conditional comment to serve IE8 and little with jQuery1.10
<!--[if !IE]><!-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<!--<![endif]-->
<!--[if lte IE 8]>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<![endif]-->
<!--[if gt IE 8]>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment