Parsley
, (*1)
JavaScript form validation, without actually writing a single line of JavaScript!, (*2)
Version
2.0.6, (*3)
Doc
See index.html and doc/, (*4)
Requirements
jQuery >= 1.8, (*5)
Contributing
See CONTRIBUTING.md file, (*6)
Integrations
Create integration with other framework as a separate Github repo and send a pull request for including here.
Some integrations are, (*7)
Install dev environment
npm install
npm install -g grunt-cli
npm install -g bower
grunt configure
Build dist/
grunt build
grunt build-all
Generate annotated documentation
First time:, (*8)
npm install -g docco
then, (*9)
grunt build-annotated-source
Run tests
In the browser: open test/index.html, (*10)
In the terminal: npm test, (*11)
License
Released under the MIT License. See the bundled LICENSE file for
details., (*12)