Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save julienchazal/4910f3d8a1894a357e6a to your computer and use it in GitHub Desktop.
Save julienchazal/4910f3d8a1894a357e6a to your computer and use it in GitHub Desktop.
Modernizr conditionnal script loading for input placeholders
Modernizr.load({
test: Modernizr.inputtypes && Modernizr.input.placeholder,
nope: 'scripts/polyfills/placeholders.jquery.min.js'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment