$(“#form”).validate({ submitHandler: function(form) { // some other code // maybe disabling submit button // then: //$(form).submit(); //$(“#submit”).click(function(){ dataString = $(“#form”).serialize(); $.ajax({ type: “POST”, url: “includes/post.file.php”, …