Script File
jq.validateForm.js ( view )
Available Options
validateAt
A string specifying when the validation should occur. Options
include "blur" (when a viable field loses focus), "submit" (whent
he form is submitted), or "both". Default value is "both".
dFormat
A string denoted the preferred date format. Default value is "mm/dd/yyyy".
Other options are "mm-dd-yyyy", "m/d/y", or "m-d-y".
passMin
An integer specifying the minimum number of characters required
for a password entry. Default value is 8.
msg_error
A string specifying the global error message displayed above the
form on a submit attempt, if there are errors. Default value is "Please
address the errors noted below...".
msg_warning
A string specifying the global warning message displayed above
the form on a submit attempt, if there are warnings. Default value
is "Please address the warnings noted below...".
Basic Usage
$("#FRM").jqValidate();
$("#FRM").jqValidate({ options });
where FRM is the ID of the form containing the element(s) to be
validated.
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9