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" > |
Recent comments