JQuery Validation [jqvalidate] module
This module is for the Play 1.x series only.
Client-side form validation via jQuery, based on your
Play framework model annotations. Check the demo application
https://github.com/murz/play-jqvalidate
Written by Michael Murray.
Published releases
head | Nov 26 2010 | Documentation | Try Play |
0.3 | Nov 26 2010 | Documentation | Try Play |
0.2 | Nov 26 2010 | Documentation | Try Play |
0.1 | Nov 25 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install jqvalidate-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> jqvalidate {version}