jqueryvalidation.org Open in urlscan Pro
2606:4700:3031::6815:39df  Public Scan

Submitted URL: http://jqueryvalidation.org/
Effective URL: https://jqueryvalidation.org/
Submission: On July 29 via manual from SG — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://jqueryvalidation.org/

<form role="search" method="get" id="searchform" class="searchform" action="https://jqueryvalidation.org/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

Text Content

JQUERY VALIDATION PLUGIN


FORM VALIDATION WITH JQUERY


MENU

Skip to content
 * Home
 * Contribute
 * Documentation
 * Reference documentation


¶JQUERY VALIDATION PLUGIN

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 markup. The plugin
comes bundled with a useful set of validation methods, including URL and email
validation, while providing an API to write your own methods. All bundled
methods come with default error messages in english and translations into 37
other languages.

For a quick overview of what this plugin provides, check out this Webucator
video (they also provide jQuery trainings):



The plugin was initially written and maintained by Jörn Zaefferer, a member of
the jQuery team, lead developer on the jQuery UI team and maintainer of QUnit.
It was started back in the early days of jQuery in 2006, and updated and
improved since then.

Starting with Version 1.15.0 Markus Staab took over the maintenance of the
codebase in February 2016. Since July 2016 Brahim Arkni assisted Markus, and a
few months later Brahim joined the jQuery Validation core team.

Current version: 1.19.5
License: MIT


¶FILES:

Download
Changelog
Demos
Documentation
GitHub Repository


¶INSTALLATION VIA PACKAGE MANAGERS

 * Bower: bower install jquery-validation
 * NuGet: Install-Package jQuery.Validation
 * NPM: npm i jquery-validation


¶ LATEST FILES ON JSDELIVR CDN (HOTLINKING WELCOME):

 * https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/jquery.validate.js
 * https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/jquery.validate.min.js
 * https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/additional-methods.js
 * https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/additional-methods.min.js


¶ LATEST FILES ON CDNJS CDN (HOTLINKING WELCOME):

 * https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.js
 * https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js
 * https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/additional-methods.js
 * https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/additional-methods.min.js


¶DEPENDENCIES

¶REQUIRED

 * jQuery, tested with 1.7.2, 1.8.3, 1.9.1, 1.11.1, 3.1.1


¶SUPPORT

 * Please post questions to the official using jQuery Plugins Forum, tagging
   your question with (at least) "validate". Keep your question short and
   succinct and provide code when possible; a testpage makes it much more likely
   that you get an useful answer in a shorter time.
 * Please post bug reports and other contributions (enhancements, features, eg.
   new validation methods) to the GitHub issue tracker


Search for:


RECENT POSTS

 * Validator.destroy()
 * step method
 * normalizer
 * jQuery.validator.methods
 * require_from_group method


RECENT COMMENTS


ARCHIVES

 * February 2017
 * February 2016
 * November 2015
 * January 2014
 * May 2013


CATEGORIES

 * Methods
 * Plugin Methods
 * Selectors
 * Validator


META

 * Log in
 * Entries RSS
 * Comments RSS
 * WordPress.org

Proudly powered by WordPress