jQuery: The Write Less, Do More JavaScript Library

Plugins/Validation/Validator/form

From jQuery JavaScript Library

Jump to: navigation, search

« 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:

Triggers form validation programmatically.

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

NameType