Skip to content

Instantly share code, notes, and snippets.

@devdays
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/19f362455374772b26f4 to your computer and use it in GitHub Desktop.
Save devdays/19f362455374772b26f4 to your computer and use it in GitHub Desktop.
Webshim polyfill
<!-- add your version of jQuery first -->
<script src="Scripts/jquery-1.7.1.min.js"></script>
<script src="Scripts/js-webshim/minified/polyfiller.js"></script>
<script>$.webshims.polyfill('forms forms-ext');</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment