JavaScript form validation, without actually writing a single line of JavaScript!
2.3.11
See index.html
and doc/
jQuery >= 1.8 es5-shim if you want need to support IE8
See the CONTRIBUTING.md
file
Create integration with other framework as a separate Github repo and send a pull request for including here. Some integrations are
First time: install npm
and:
npm install -g gulp
then
npm install
gulp test
gulp build
In the browser: run a server with gulp test-browser
, then open test/runner.html
In the terminal: gulp test
Released under the MIT License. See the bundled LICENSE
file for
details.