How do I disable "eager" validation entirely using jquery validate ?

Posted by Kevin J on Stack Overflow See other posts from Stack Overflow or by Kevin J
Published on 2010-04-25T01:13:44Z Indexed on 2010/04/25 1:23 UTC
Read the original article Hit count: 352

Is there a way to disable "eager" validation using the jquery.validate plugin? Either through an option in the script or as a hack? "Eager" validation kicks in once the form has been validated once - after that, invalid fields are validated onfocusout. I want to disable this behavior, and change my forms to only be validated when the submit button is pressed.

I don't mind hacking through the validate script itself also, so if that's what the solution requires that's acceptable.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-validate