1.0.5 • Published 8 years ago

disenable v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

disenable

A jQuery plugin serving the purpose of disenabling form controls.

This plugin will add or reference an element that controls disabled state of any supported form control.

Supported form controls:

<button>, <input>, <textarea>, <select>, <fieldset>, <option>, <optgroup>.

Install

npm install disenable

Examples

Check out: https://hallojoe.github.io/disenable/ or example included in the package.

Run

Run npm start or npm install && npm build to get things installed. Now run grunt to build disenable and launch example page.

Settings