-
Notifications
You must be signed in to change notification settings - Fork 84
jQuery Validation
Jeff Levesque edited this page Aug 31, 2015
·
3 revisions
##Overview
jQuery Validation is a plugin that allows client-side validation on HTML form elements. When a specific field fails validation, a label element is created as the next successive DOM element, indicating the corresponding error message.
Additional documentation:
This project implements client-side validation within form_validator.js
. Specific how-to can be found within the comments of the javascript code.
Note: this project may implement concepts of machine learning, where data is not supplied via an HTML form. If data is not supplied by the user (HTML form), then backend-validation (refer to JSON Schema) becomes even more crucial.