https://github.com/hwclass/jquery.validateme
A basic jQuery plugin for validation plain, password and e-mail texts.
https://github.com/hwclass/jquery.validateme
Last synced: 9 months ago
JSON representation
A basic jQuery plugin for validation plain, password and e-mail texts.
- Host: GitHub
- URL: https://github.com/hwclass/jquery.validateme
- Owner: hwclass
- License: mit
- Created: 2014-06-03T12:55:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T10:27:21.000Z (almost 12 years ago)
- Last Synced: 2025-06-02T07:16:54.185Z (about 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jquery.validateme 1.0.0
A basic jQuery plugin for validation plain, password and e-mail texts.
### usage
$('#formId').validateMe();
To clear all the validation status tooltip boxes, use the method below:
function clearErrors () {
$('div[id*=errorToolTip]').remove();
}