[jQuery] How can I disable a button if a form using JQuery Validate plugin passes validation?

[jQuery] How can I disable a button if a form using JQuery Validate plugin passes validation?


When a user clicks the submit button and the form passes validation
I'd like that button to be automatically disabled.
I'd like to prevent users from double clicking on the button to
prevent double submissions.
Thanks!