2.2.0 • Published 8 years ago

onvalidation v2.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

onValidation

JQuery validation plugin

Works on "required" class of form fields

Valid fields: textbox, textarea, checkbox, radio button, select box

Data attributes for text fields (data-validate attribute):

"alpha-num", "date", "address", "phone", "email", "number"

Compare one field to another:

Use "data-compare" attribute on the field you want to use to do the comparison, and use the "data-id" value of the field you want to compare it to

Example usage:

Example of email form field:

<div class="form-group">

Email Address

</div>
2.2.0

8 years ago

2.1.5

8 years ago

2.1.4

8 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago