From jQuery JavaScript Library
« Back to Plugins/Validation/Validator
form( )
Validates the form, returns true if it is valid, false otherwise.
This behaves as a normal submit event, but returns the result.
Examples:| Name | Type |
Triggers form validation programmatically.
$("#myform").validate().form()