Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created October 19, 2012 18:51
Show Gist options
  • Save kmgdevelopment/3919974 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/3919974 to your computer and use it in GitHub Desktop.
Conditional Polyfills
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="/assets_site/js/polyfills.min.js"></script>
<script>
$(document).ready(function(){
$('input, textarea').placeholder();
});
</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment