jquery-confirm
jquery-confirm copied to clipboard
Goes to link automatically without waiting for the confirmation.
jquery-confirm version: v3.x.x
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request
Current behavior:
Upon link click, the pop up appears but the link is triggered at the same time. It's not waiting for the confirm button to be triggered.
Expected behavior:
The redirection should not take place unless the confirmation button is clicked.
Steps to reproduce:
Related code:
insert any relevant code here
Other information: https://www.loom.com/share/68542ff3b61849d0bdeb0f2d9846ae08
This is an async function, so you have to return false after the $.confirm function