Soldato
- Joined
- 27 Dec 2005
- Posts
- 17,317
- Location
- Bristol
I'm redesigning some forms and I want my jQuery Validate script to place the error messages in line with the input heading, rather than after/alongside the input (which causes the height of the form to jump upon error).
The script currently does this:
Name*
____Input____________ This field is required
But I want it to do this:
Name* This field is required
____Input____________
How do I do it?
The script currently does this:
Name*
____Input____________ This field is required
But I want it to do this:
Name* This field is required
____Input____________
How do I do it?
.