Skip to content

Instantly share code, notes, and snippets.

@jerryharrison
Created September 14, 2012 17:59
Show Gist options
  • Save jerryharrison/3723565 to your computer and use it in GitHub Desktop.
Save jerryharrison/3723565 to your computer and use it in GitHub Desktop.
Quick-N-Dirty: Simple javascript confirmation alert.
<a href="/users/delete/12" onclick="return confirm('Are you sure you want to delete this user?');">Delete</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment