.validate()
$("form").validate({ submitHandler: function(form) { //this runs when the form validated successfully form.submit(); //submit it the form } });
如果你想在没有通过验证的情况下运行某些东西,那么还有一个invalidHandler.