Archives for: "December 2011, 31"
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"… more »