2.2.0 • Published 10 years ago

onvalidation v2.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

2.1.5

10 years ago

2.1.4

10 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago