Jqueryvalidation
jqueryvalidation.org
jQuery Validation Plugin | Form validation with jQuery
This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing ...
Reference documentation
Mandated: A 'name' attribute is required for all input elements needing validation, and the plugin will not work without this. A 'name' attribute must also be unique to the form, as this is how the plugin keeps track of all input elements.
Documentation
That behaviour can be irritating when clicking through demos of the validation plugin – it is designed for an unobtrusive user experience, annoying the user as little as possible with unnecessary error messages. So when you try out other demos, try to react like one of your users would, and ...
jQuery Script
jqueryscript.net › blog › best-form-validation.html
10 Best Form Validation JavaScript Plugins (2025 Update) | jQuery Script
jQuery Form Validation Plugins · Vanilla JS Form Validation Libraries · A fresh new jQuery based form validation plugin that is created for the latest Bootstrap 5 framework and supports both client side and server-side validation.
Videos
GitHub
github.com › jquery-validation › jquery-validation
GitHub - jquery-validation/jquery-validation: jQuery Validation Plugin library sources · GitHub
The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy.
Starred by 10.3K users
Forked by 2.7K users
Languages JavaScript 95.5% | HTML 4.5%
Formvalidation
formvalidation.io
FormValidation: The best validation library for JavaScript
Loading your experience… This won’t take long
Parsleyjs
parsleyjs.org
Parsley - The ultimate JavaScript form validation library
Like no other form validation library, simply write in English your requirements inside your form HTML tags, Parsley will do the rest!
SourceForge
sourceforge.net › projects › jquery-validation.mirror
jQuery Validation Plugin download | SourceForge.net
February 18, 2026 - Download jQuery Validation Plugin for free. jQuery Validation Plugin library sources. The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy.
Jqueryvalidation
jqueryvalidation.org › documentation
Documentation | jQuery Validation Plugin
Remote validation of email field. Try to enter eg. glen@marketo.com · Integration with masked-input plugin, see Zip and Phone fields and Credit Card Number on step 2
Validatejs
validatejs.org
validate.js
Sometimes it's nice to be able validate field differently depending on the input itself. validate.js allows the validators object and validator options to be a function that should return the constraints/options:
SitePoint
sitepoint.com › blog › javascript › 10 jquery form validation plugins
10 jQuery Form Validation Plugins — SitePoint
November 6, 2024 - The article provides a list of 10 popular jQuery form validation plugins, including Parsley, jQuery Form Validator, jQuery Validation Plugin, Bootstrap Validator, Smoke, FormValidation, Validatr, Validetta, jQuery.validity, and h5Validate.
Kaylee42
kaylee42.github.io › blog › 2016 › 02 › 11 › intro-to-the-jquery-validation-plugin
Intro to the jQuery Validation Plugin - there be code here
Okay, this probably seems ridiculously basic, but this was the first jQuery plugin I’d ever installed! It’s available on the jQuery Validation website. Note that the zip file you download includes a demo and a whole mess of other files, but the one you actually need is jquery.validate.js inside ...
Speckyboy
speckyboy.com › home › javascript › 15 form validation jquery plugins & libraries
15 Form Validation jQuery Plugins & Libraries — Speckyboy
February 3, 2025 - To use the plugin, you simply need to add a single line of jQuery to select the form and apply the plugin, along with annotations on each element to specify the validation rules. This makes it quick and easy to implement form validation and ensure that user input is accurate and complete. IV.js is a jQuery library that simplifies the process of validating user input and working with validation filters...
Syncfusion
support.syncfusion.com › kb › article › 6897 › how-to-use-our-js-components-with-jquery-validate-plugin
How to use our JS components with jquery validate plugin?
JQuery validate plugin is used to validate form controls. We can use this plugin to validate EJ Form controls also.
cdnjs
cdnjs.com › home › libraries › jquery-validate
jquery-validate - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/jquery.validate.min.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/additional-methods.js · https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.21.0/additional-methods.min.js ·
GitHub
github.com › posabsolute › jQuery-Validation-Engine
GitHub - posabsolute/jQuery-Validation-Engine: jQuery form validation plugin · GitHub
jQuery validation engine is a Javascript plugin aimed at the validation of form fields in the browser (IE 6-8, Chrome, Firefox, Safari, Opera 10).
Starred by 2.5K users
Forked by 1.2K users
Languages JavaScript 98.5% | CSS 1.5%
jQuery Script
jqueryscript.net › tags.php
jQuery form validation Plugins | jQuery Script
... Bootstrap Validator makes uses ... Bootstrap forms. ... validate.js is a lightweight client-side form validation plugin for jQuery that allows to validate and mask form fields using HTML5 data attributes and/or regular expressions....
npm
npmjs.com › package › jquery-validation
jquery-validation - npm
February 18, 2026 - The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy.
» npm install jquery-validation
GitHub
github.com › cferdinandi › validate
GitHub - cferdinandi/validate: A lightweight form validation script.
Validate.js attempted to use the Constraint Validation API to validate fields. The API is buggy at best, and smoothing it across browsers became an increasingly difficult task. As a result, I wrote an entirely new plugin from the ground-up.
Starred by 227 users
Forked by 39 users
Languages JavaScript 100.0% | JavaScript 100.0%