« Back to Plugins/Validation/Validator

[edit]

form( )

Validates the form, returns true if it is valid, false otherwise.
This behaves as a normal submit event, but returns the result.


Examples:

Triggers form validation programmatically.

$("#myform").validate().form()

NameType