highlight: function(element, errorClass, validClass) { // element出错时触发
}

unhighlight: function(element, errorClass) { // element通过验证时触发
}

errorPlacement: function($label, $element) { // 插入错误信息
}

相关文章: