Posted in Javascript onOctober 08, 2013
JQuery中form验证出错,可以采用以下方式来查看具体input的出错信息
If(!$(‘form').valid()) { $($(‘form').validate().errorList).each(function (index, item) { Console.log($($(item).attr(‘element)).attr(‘name') + ‘ ' + $($(item).attr(‘element)).attr(‘message')); }); }
JQuery中form验证出错信息的查看方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@