I have this weird experience right now. and searching all possible answer and tested it and yet nothing works on my situation. My problem is that I have a confirmation when deleting a data, the ok
button in confirm
working perfectly but when I click cancel
still proceed and reload the page.
Here is my quick code preview:
<a href="MY_URL" onclick='return confirm("Are you sure?");'><i class="fa fa-trash"></i></a>