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