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

https://github.com/cahnory/jquery.check

Check validity of form validation rules
https://github.com/cahnory/jquery.check

Last synced: 4 months ago
JSON representation

Check validity of form validation rules

Awesome Lists containing this project

README

          

# Validate

Validate forms

## Getting Started

1 . load jquery
2 . load easyPlug
3 . load check
4 . you are ready to use check

```html

jQuery(function($) {
$('foo').check();
});

```