Submitting form data without reloading page

后端 未结 2 1708
离开以前
离开以前 2021-01-20 11:23

I am trying to submit the form without reloading the page itself using the jQuery, but the data is not showing up and the form is reloading, which is not needed.

2条回答
  •  离开以前
    2021-01-20 11:50

    You can use the onsubmit event on the form itself.


提交回复
热议问题