[jQuery] validate - can a call a function only if the form is validated?

[jQuery] validate - can a call a function only if the form is validated?


Hi.
I'm using jquery.validate for a contact form.
I'd like to know how to add behaviours conditional to the success of
the form validation.
Like, if the form has been validated, I'd like to go ahead with some
DOM manipulations or a redirect.
Is this possible?
Thanks