A jQuery plugin to visually customize native HTML form controls.
- Clone this repo
- Run
npm install
- Run
gulp
- jQuery >= 1.4
$('input:checkbox').lazyForms();
- Fix dropdown selection
- Integrate Bootstrap
- Investigage usage of
attr()
versusprop()
- Browser and mobile device compatability
- Investigate invisible controls via
opacity: 0
rather than wrapping elements