我正在使用 smartWizard(可以在这里找到http://techlaboratory.net/smartwizard),现在想使用 jQuery validate 插件验证表单(可以在这里找到http://bassistance.de/jquery-plugins/jquery-plugin -validation/或这里http://jqueryvalidation.org/)
我试过了
$('#wizard').smartWizard({
onFinish: function() {
$("form").validate();
}
});
但没有工作!
我使用 .validate() 只是因为我通过了 HTML 属性中的规则!