Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymorrow/validatr
Cross Browser HTML5 Form Validation.
https://github.com/jaymorrow/validatr
Last synced: 2 months ago
JSON representation
Cross Browser HTML5 Form Validation.
- Host: GitHub
- URL: https://github.com/jaymorrow/validatr
- Owner: jaymorrow
- License: mit
- Created: 2013-02-09T21:35:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T06:41:23.000Z (over 4 years ago)
- Last Synced: 2024-11-03T01:09:48.080Z (3 months ago)
- Language: JavaScript
- Homepage: http://jaymorrow.github.com/validatr/
- Size: 873 KB
- Stars: 278
- Watchers: 21
- Forks: 41
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Validatr
Cross Browser HTML5 Form Validation.
## Getting Started
View the [documentation][docs] to learn how to use Validatr.[docs]: http://jaymorrow.github.com/validatr/
## Changelog
### Version 0.5.1 - 2013-03-12
* Fixed $target bug introduced in 0.5.0
### Version 0.5.0 - 2013-03-11
* Added unit tests for the jQuery instance and the widget
* Fixed typo 'defualtOptions' - now 'defaultOptions'
* Re-structured code to prep for more robust formatting and adding more input types### Version 0.4.2 - 2013-03-03
* Default error message styles now inline - removed CSS file
* No longer overwriting this.options.template, now this.template
* Changes to documentation