elao-form.js
v0.1.9
Published
Form JS utilities
Downloads
670
Readme
form.js
Form JS utilities.
Installation:
With Bower:
Specify form.js as a dependencie in your bower.json
file:
{
"name": "my-project",
"dependencies": {
"elao-form.js": "0.1"
}
}
Run bower install
Usage:
Include the source your app:
The jquery plugin minified version can be found in: dist/form.min.js
.
(You can also found the full sources in src/
)