Description
JavaScript form validation, without actually writing a single line of JavaScript!
Parsley.js alternatives and similar libraries
Based on the "Validation" category.
Alternatively, view Parsley.js alternatives based on common mentions on social networks and blogs.
-
FormValidation
DISCONTINUED. The best @jquery plugin to validate form fields. Designed to use with Bootstrap + Zurb Foundation + Pure + SemanticUI + UIKit + Your own frameworks. -
Validator, for Bootstrap 3
DISCONTINUED. A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3 -
BootstrapValidator
DISCONTINUED. For anyone who want to use the previous version (BootstrapValidator) -
rdf-validate-shacl
Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Parsley.js or a related project?
README
Parsley
JavaScript form validation, without actually writing a single line of JavaScript!
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.
*Note that all licence references and agreements mentioned in the Parsley.js README section above
are relevant to that project's source code only.