Is it possible to override the default minlength error message in the callback invalidHandler ?
Say by default the error message for minlength would be *Please enter at least {0} characters*. Can this be overriden with the inclusion of the form element say **{element} - Please enter at least {0} characters**. validator.numberOfInvalids() is able to capture this error but am not able to figure out how to override the error message of the corresponding error.
Any help in this context is really appreciated, Thanks.
以上就是jquery validation plugin minLength override in invalidHandler 的详细内容,更多请关注web前端其它相关文章!