# jquery-validation **Repository Path**: mirrors_mikehostetler/jquery-validation ## Basic Information - **Project Name**: jquery-validation - **Description**: jQuery Validation Plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [jQuery Validation Plugin](http://jqueryvalidation.org/) - Form validation made easy ================================ [](http://travis-ci.org/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. ## [Help the project](http://pledgie.com/campaigns/18159) [](http://pledgie.com/campaigns/18159) This project is looking for help! [You can donate to the ongoing pledgie campaign](http://pledgie.com/campaigns/18159) and help spread the word. If you've used the plugin, or plan to use, consider a donation - any amount will help. You can find the plan for how to spend the money on the [pledgie page](http://pledgie.com/campaigns/18159). ## Getting Started Include jQuery and the plugin on a page. Then select a form to validate and call the `validate` method. ```html
``` For more information on how to setup a rules and customizations, [check the documentation](http://jqueryvalidation.org/documentation/). ## Reporting an Issue 1. Make sure the problem you're addressing is reproducible. 2. Use http://jsbin.com or http://jsfiddle.net to provide a test page. 3. Indicate what browsers the issue can be reproduced in. **Note: IE Compatibilty modes issues will not be addressed.** 4. What version of the plug-in is the issue reproducible in. Is it reproducible after updating to the latest version. ## Contributing 1. Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js), even if existing code doesn't. 2. Add unit tests for any new or changed functionality. 3. Lint and test your code using [Grunt](http://gruntjs.com/). ### Additional Methods If you've wrote custom methods that you'd like to contribute to additional-methods.js: 1. Create a branch 2. Add the method as a new file in src/additional 3. (Optional) Add translations to src/localization 4. Send a pull request to the master branch. ## License Copyright (c) 2013 Jörn Zaefferer Licensed under the MIT license.