Display confirmation message before send ajax request

前端 未结 6 670
说谎
说谎 2021-01-02 16:28

I have written an ajax function where I want to display confirmation meeessage before submitting the form. How should I add with my condition. Below is my code.

6条回答
  •  醉酒成梦
    2021-01-02 17:00

    You can try to put your confirmation message in the beforeSend method : http://api.jquery.com/jquery.ajax/

提交回复
热议问题