I am using smartWizard (can be found here http://techlaboratory.net/smartwizard) and now want to validate the form using jQuery validate plugin (can be found here http://bassistance.de/jquery-plugins/jquery-plugin-validation/ or here http://jqueryvalidation.org/)
I tried
$('#wizard').smartWizard({
onFinish: function() {
$("form").validate();
}
});
but no working !
I am using .validate() only because i passed the rules in HTML attributes!