https://github.com/thecodingmachine/javascript.jquery.jquery-validate
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
https://github.com/thecodingmachine/javascript.jquery.jquery-validate
Last synced: 11 months ago
JSON representation
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
- Host: GitHub
- URL: https://github.com/thecodingmachine/javascript.jquery.jquery-validate
- Owner: thecodingmachine
- Created: 2012-11-28T14:00:08.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T15:23:18.000Z (about 3 years ago)
- Last Synced: 2025-07-10T11:11:27.412Z (11 months ago)
- Language: JavaScript
- Size: 732 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
[jQuery Validation Plugin](http://bassistance.de/jquery-plugins/jquery-plugin-validation/) - 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.
## [Help the project](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
$("form").validate();
```
For more information on how to setup a rules and customizations, [check the documentation](http://docs.jquery.com/Plugins/Validation).
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt).
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.
If you've wrote a patch for some bug listed on http://plugins.jquery.com/project/issues/validate, please provide a link to that issue in your commit message.
## License
Copyright (c) 2012 Jörn Zaefferer
Licensed under the MIT license.