Making the JQuery Validation plugin evaluation non-lazy
Posted
by dagda1
on Stack Overflow
See other posts from Stack Overflow
or by dagda1
Published on 2010-05-23T22:33:06Z
Indexed on
2010/05/23
22:40 UTC
Read the original article
Hit count: 243
jquery-validate
Hi,
According to the documentation for the JQuery validation plugin:
the validation is lazy: Before submitting the form for the first time, the user can tab through fields without getting annoying messages
Is there any way to display the messages as the user tabs through the form?
Cheers
© Stack Overflow or respective owner