- Notifications
You must be signed in to change notification settings - Fork0
jQuery Validation Plugin
rusongyu/jquery-validation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jQuery Validation Plugin - Form validation made easy
The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy.
This project is looking for help!You can donate to the ongoing pledgie campaignand 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 thepledgie page.
Include jQuery and the plugin on a page. Then select a form to validate and call thevalidate
method.
<form><inputrequired></form><scriptsrc="jquery.js"></script><scriptsrc="jquery.validation.js"></script><script>$("form").validate();</script>
For more information on how to setup a rules and customizations,check the documentation.
- Make sure the problem you're addressing is reproducible.
- Usehttp://jsbin.com orhttp://jsfiddle.net to provide a test page.
- Indicate what browsers the isssue can be reproduced in.
- What version of the plug-in is the issue reproducable in. Is it reproducable after updating to the latest version.
Follow thejQuery style guide, even if existing code doesn't. Add unit tests for any new or changed functionality. Lint and test your code usingGrunt.
If you've wrote custom methods that you'd like to contribute to additional-methods.js, create a branch, add the method there and send a pull request for that branch.
Copyright (c) 2013 Jörn ZaeffererLicensed under the MIT license.
About
jQuery Validation Plugin
Resources
Uh oh!
There was an error while loading.Please reload this page.