Answers for "how to give confirmation message befor onclick in jquery"

3

a href confirm javascript

<a href="delete.php?id=22" onclick="return confirm('Are you sure?')">Link</a>
Posted by: Guest on October-21-2020
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

Code answers related to "how to give confirmation message befor onclick in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language