Skip to content

Instantly share code, notes, and snippets.

@thbar
Last active January 10, 2018 09:53
Show Gist options
  • Save thbar/f0e721e0935b0910241a725c7c7d1c00 to your computer and use it in GitHub Desktop.
Save thbar/f0e721e0935b0910241a725c7c7d1c00 to your computer and use it in GitHub Desktop.
How to display a confirmation popup before redirecting to another site

I had the need to display some legal blurb before handling a redirect to a different site, this is my current solution.

Improvement & update from original idea here.

Example use:

<a href="http://www.google.fr" data-confirm-link="Warning - you are leaving this site"></a>

Other solutions:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment