Skip to content

Instantly share code, notes, and snippets.

@lmas
Created October 12, 2016 10:19
Show Gist options
  • Save lmas/fbc718215d3efa57bec46e4e9cf66fff to your computer and use it in GitHub Desktop.
Save lmas/fbc718215d3efa57bec46e4e9cf66fff to your computer and use it in GitHub Desktop.
Simple html/js confirmation box
<a href="/delete/ITEM" onClick="return confirm('You sure you want to delete this item?');">Delete</a>
requires only vanilla js
shows a ok/cancel popup box with a msg
clicking ok makes the user continue to the link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment