Answers for "delete confirm message"

CSS
1

comfirm before delete

<a href="#" title="delete" class="delete" onclick="return confirm('Are you sure you want to delete this item')">Delete</a>
Posted by: Guest on May-14-2020
0

How to show confirm message before delete using jquery

<button onclick="return confirm('Are you sure you want to Delete?');" 
id="btnDelete">DELETE</button>
Posted by: Guest on May-07-2020

Code answers related to "delete confirm message"

Browse Popular Code Answers by Language