Skip to content
Form JS utilities.
JavaScript HTML
Find file
Latest commit c2c459d @Tom32i Tom32i Update README.md
Failed to load latest commit information.
dist
doc
src Fixed options on change confirmation
.gitignore
.travis.yml
Gruntfile.js
LICENSE Cleanup
README.md
bower.json
change_confirmation.html
choice.html
collection.html
index.html
package.json

README.md

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/)

Features

Something went wrong with that request. Please try again.