huebs/parsleyjs

Validate your forms, frontend, without writing a single line of javascript!

Installs: 267

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1 316

Language:JavaScript

Type:component

dev-master 2014-12-06 03:17 UTC

This package is not auto-updated.

Last update: 2024-05-06 23:48:25 UTC


README

Build Status

JavaScript form validation, without actually writing a single line of JavaScript!

Version

2.0.6

Doc

See index.html and doc/

Requirements

jQuery >= 1.8

Contributing

See CONTRIBUTING.md file

Integrations

Create integration with other framework as a separate Github repo and send a pull request for including here. Some integrations are

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:

npm install -g docco

then

grunt build-annotated-source

Run tests

In the browser: open test/index.html

In the terminal: npm test

License

Released under the MIT License. See the bundled LICENSE file for details.