Skip to content

Instantly share code, notes, and snippets.

@redfrost
Created October 7, 2014 04:50
Show Gist options
  • Select an option

  • Save redfrost/1dc5426038850bb9f1f0 to your computer and use it in GitHub Desktop.

Select an option

Save redfrost/1dc5426038850bb9f1f0 to your computer and use it in GitHub Desktop.
IE only script patch (mainly for IE8)
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="assets/css/ie.css" /><!-- Custom IE only style fix -->
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script><!-- IE8 Bootstrap3 layout fix -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-placeholder/2.0.8/jquery.placeholder.min.js"></script><!-- IE8 placeholder fix -->
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment