Form not submitting with AJAX

后端 未结 6 1552
执笔经年
执笔经年 2021-01-17 00:29

=====UPDATE AGAIN==== (if anyone cares!) the solution I posted before stopped working for whatever reason. I included a beforeSend in my ajax request and pasted the portion

6条回答
  •  无人及你
    2021-01-17 01:17

    Could you try removing/commenting event.preventDefault();

    If this method is called, the default action of the event will not be triggered. (http://api.jquery.com/event.preventdefault/)

提交回复
热议问题