Frontend validation jQuery plugin
Documentation and examples -- or you can just clone this and open index.html :)
- jQuery, version 1.8 or above
Although not strictly a dependency, nod.js was built with Bootstrap in mind.
This project comes with a develop enviroment managed with Gruntjs
### Setup dev environment
Download your dependencies for develop and testing.
npm install && bower install
You can develop and test and compile coffee and jade in real time and watch the changes with live reload
grunt server
Once you have complete your changes you can build it and move the files to the root with.
grunt build
- Luis Hdez - aggressivex
- Matthias Buchetics - mbuchetics
- Chris Hall - chall8908
- Eduardo Robles Elvira - edulix
May be freely distributed under the MIT license.
- v 1.0.4
- v 1.0.3
- one-of
- different handling of ajax calls
- v 1.0.2
- silentSubmit
- Better selectors
- v 1.0.1
- Support for ajax checking added
- Radio button support
- Restructuring code
- Moved to yeoman and gruntjs
- Removed redundant stuff from options