Display both jQuery validation summary and individual error messages

Posted by hb79 on Stack Overflow See other posts from Stack Overflow or by hb79
Published on 2010-03-25T23:16:27Z Indexed on 2010/03/25 23:23 UTC
Read the original article Hit count: 312

Hi, I'm using jQuery validation in ASP.net MVC. I would like to show validation summary and also individual error messages besides the control. I can do either one at a time. So it would be really helpful to know how can I display both.

Thank you.

© Stack Overflow or respective owner

Related posts about jquery-validate

Related posts about mvc