公告
财富商城
积分规则
提问
发文
2019-08-06 04:05发布
倾城 Initia
is there a way out of the box to display the client side validation message through an alert instead of span?
Thanks...
It's just the jQuery validator, so you should be able to do the usual:
if (jQuery.validator) { jQuery.validator.setDefaults({ showErrors: function (errorMap, errorList) { // do stuff } }); }
最多设置5个标签!
It's just the jQuery validator, so you should be able to do the usual: