[jQuery] Custom Error placement with jQuery form validation??
I am using jQuery form validation and it works great, but it displays
the error message to the right of each form element. I actually want
the error message for each form element to be in a specific div that I
customize.
For example:
<input type="text" name="firstname"> <div id="name_errors"></div>
If anyone can tell me how you would do that it would be greatly
appreciated.
Sincerely,
Chris