Skip to content

guillaumepotier/Parsley.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

654dfbf · Oct 12, 2022
Mar 3, 2020
Feb 24, 2017
Jul 30, 2021
Oct 8, 2022
Sep 30, 2021
Jan 16, 2021
Apr 10, 2019
Mar 25, 2019
Oct 13, 2015
Mar 25, 2019
Mar 25, 2019
Sep 24, 2017
Dec 10, 2019
Apr 10, 2019
Oct 28, 2015
Apr 28, 2016
Feb 7, 2020
Oct 12, 2022
Sep 21, 2021
Mar 24, 2014
Jan 24, 2015
Jan 18, 2016
Oct 29, 2015
May 5, 2020
Dec 10, 2019
May 5, 2020
Mar 25, 2019
Dec 10, 2019

Repository files navigation

Parsley

Build Status

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

Maintenance status

This project is considered stable, no new features are planned.

Minimal maintenance by @marcandre. Good quality PRs fixing bugs will be merged. Enquire before working on new features.

Version

2.9.2

Doc

See index.html and doc/

Requirements

jQuery >= 1.8 (compatible with 2.x and 3.0) es5-shim if you want need to support IE8

Questions?

Please ask questions on StackOverflow and be sure to include the parsley.js tag. Please provide an example, starting for example from this jsfiddle

Contributing

See the 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 and running tests

First time: install npm and:

npm install -g gulp

then

npm install
gulp test

Build dist/ and doc/annotated-source

gulp build

Run tests

In the browser: run a server with gulp test-browser, then open test/runner.html

In the terminal: gulp test

License

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