0.2.0 • Published 11 years ago
polyformfill v0.2.0
Polyformfill

Polyfill script for HTML5 form elements.
Currently supported:
Install
You can install this package either with npm or with bower.
npm
npm install polyformfillbower
bower install polyformfillUsage
Simply add a <script> to your HTML document (position doesn't really matter but at least before scripts that
rely on any of the DOM interface polyfills), e.g. if you are using bower:
<script src="/bower_components/polyformfill/polyformfill.js"></script>