form.js
Working with Symfony? Check out Elao/ElaoFormBundle!
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/)