How to redirect page after click on Ok button on sweet alert?

前端 未结 12 864
别跟我提以往
别跟我提以往 2020-12-10 01:15

I am able to display sweet alert after the page refresh but I have to click on Ok button which I am getting on sweet alert to redirect the page.Please help me in this.

12条回答
  •  死守一世寂寞
    2020-12-10 01:55

    To specify a callback function, you have to use an object as the first argument, and the callback function as the second argument.

    echo '';
    

提交回复
热议问题