[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: README.md
[jQuery Validation Plugin](http://jqueryvalidation.org/) - Form validation made easy ================================ [](http://travis-ci.org/jzaefferer/jquery-validation) [](https://david-dm.org/jzaefferer/jquery-validation#info=devDependencies) [](https://gitter.im/jzaefferer/jquery-validation) The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. ## Getting Started ### Downloading the prebuilt files Prebuilt files can be downloaded from http://jqueryvalidation.org/ ### Downloading the latest changes The unreleased development files can be obtained by: 1. [Downloading](https://github.com/jzaefferer/jquery-validation/archive/master.zip) or Forking this repository 2. [Setup the build](CONTRIBUTING.md#build-setup) 3. Run `grunt` to create the built files in the "dist" directory ### Including it on your page Include jQuery and the plugin on a page. Then select a form to validate and call the `validate` method. ```html <form> <input required> </form> <script src="jquery.js"></script> <script src="jquery.validate.js"></script> <script> $("form").validate(); </script> ``` Alternatively include jQuery and the plugin via requirejs in your module. ```js define(["jquery", "jquery.validate"], function( $ ) { $("form").validate(); }); ``` For more information on how to setup a rules and customizations, [check the documentation](http://jqueryvalidation.org/documentation/). ## Reporting issues and contributing code See the [Contributing Guidelines](CONTRIBUTING.md) for details. **IMPORTANT NOTE ABOUT EMAIL VALIDATION**. As of version 1.12.0 this plugin is using the same regular expression that the [HTML5 specification suggests for browsers to use](https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address). We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them. If you have different requirements, consider [using a custom method](http://jqueryvalidation.org/jQuery.validator.addMethod/). In case you need to adjust the built-in validation regular expression patterns, please [follow the documentation](http://jqueryvalidation.org/jQuery.validator.methods/). ## License Copyright © Jörn Zaefferer<br> Licensed under the MIT license.
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.86 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285