var isValid = $("#divId").Form("validate");
if( isValid ){
  alert("验证通过");
} else{
   alert("验证失败");
}

 

相关文章: