Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsnaydd/validetta
A tiny jquery plugin for validate forms
https://github.com/hsnaydd/validetta
form-validation javascript validation
Last synced: 13 days ago
JSON representation
A tiny jquery plugin for validate forms
- Host: GitHub
- URL: https://github.com/hsnaydd/validetta
- Owner: hsnaydd
- License: mit
- Created: 2013-03-30T11:30:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T05:33:00.000Z (7 months ago)
- Last Synced: 2024-10-16T07:13:34.226Z (28 days ago)
- Topics: form-validation, javascript, validation
- Language: JavaScript
- Homepage: http://lab.hasanaydogdu.com/validetta/
- Size: 348 KB
- Stars: 170
- Watchers: 21
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Validetta
Validetta is a tiny jQuery plugin which you can do client-side validation of your forms. It aims to decrease your burden with easy usage and flexible structure.
[View Demos](http://lab.hasanaydogdu.com/validetta/#examples)
## What can be done?
* You can check fields whether it is empty or not or it is chosen or not.
* You can do e-mail check.
* You can do number check.
* You can check if the two fields are equal to each other.
* You can check credit card number validation.
* You can limit number of characters written to fields.
* You can limit number of choice of multiple select box or check box.
* You can use remote validator.
* By creating your own regular expression, you can check fields according to this regular expression.## Browser support
The project is tested in Chrome and Firefox. It should work in the current stable releases of Chrome, Firefox, Safari as well as IE8 and up.
## Dependencies
jQuery v1.7 or above.
## Documentation
[Official Doc](http://lab.hasanaydogdu.com/validetta/#documentation)## License
MIT licensed