I\'m using the Jquery Validation plugin on a project.
By default, the plugin validates input when the submit button is clicked. The behavior is \"lazy\" in order to
Actually, the default behavior I get is validation on the focusout
and keyup
events, which I see in the plugin code as defaults. I have to disable those in the plugin configuration in order to only get validation at submit. Perhaps you should post some of your code... I don't think the situation is completely clear.