JavaScript confirm cancel button not stopping JavaScript

前端 未结 7 1519
天涯浪人
天涯浪人 2020-12-24 15:27

I have a delete button that is tied to some comments on a page i have. When you click the delete button i am trying to get a confirm dialog box to pop up asking if you are

7条回答
  •  执念已碎
    2020-12-24 16:20

    In the head tag you can write following code:

    
    

    After writing this code you can call this function in the following code:

    
    
    

提交回复
热议问题