Skip to content

Instantly share code, notes, and snippets.

@yetti
Created May 29, 2013 21:37
Show Gist options
  • Save yetti/5674027 to your computer and use it in GitHub Desktop.
Save yetti/5674027 to your computer and use it in GitHub Desktop.
modernizr + placeholders.js polyfill
<script src="modernizr.js"/>
<script src="Placeholder.js"/>
<script>
Modernizr.load({
test: Modernizr.input.placeholder,
nope: ['Placeholder.js'],
complete: function(){Placeholders.init();}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment