An open API service indexing awesome lists of open source software.

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.

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();
}