Jquery validate submithandler无限循环提交

细节注意下就好

$(“#form”).validate({
XXXXXXX,
   submitHandler: function(form){
     form.submit();
    }
});