Display errors besides input fields and also in a vallidation summary using jquery validate plugin
Posted
by LD2008
on Stack Overflow
See other posts from Stack Overflow
or by LD2008
Published on 2010-06-17T23:35:29Z
Indexed on
2010/06/17
23:43 UTC
Read the original article
Hit count: 283
Hi all,
Using jQuery validation plugin, how can I configure it so that I have the error labels appear beside the input fields, and also inside a validation summary?
I can make them either display besides the input fields OR inside a validation summary, but not in both. I'd like to have the error messages duplicated (one for the input field and another for the validation summary).
Is it possible? If yes, how?
Thanks
© Stack Overflow or respective owner