jquery.validate 怎样判断是否验证成功 日期:2014-10-13 10:20:08 人气:1 jquery.validate 怎样判断是否验证成功 var cb = $("#userForm").validate().form(); if(!cb){ return; }