Sam Collett wrote:
With those changes I just made it is working, but as it uses
undocumented functions (onblur, onkeyup settings and the
validator.check function).
There is document option you missed: submitHandler. A callback that is invoked when the form is valid after a form submit. Of course that doesn't help you when you want to do display some custom error message for an invalid form on submit. I'll add something to 1.2 to enable that with a bit less of a hack.

Btw. to disable onblur validation you can just specify onblur: false instead of an empty function. I failed to update the documentation for those.

--
Jörn Zaefferer

http://bassistance.de

Reply via email to