Custom Error Message for jQuery validation
I found the jQuery validation is very good! Moreover, that is very easy to customize the error message. You just need to put the message in the "title" attribute.
e.g.
Code
<input title="Please enter your name" class="required" id="name" name="name" type="text" > |
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 22 feedbacks awaiting moderation...
Form is loading...