Skip to content

Instantly share code, notes, and snippets.

@briangonzalez
Created April 25, 2012 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briangonzalez/2493742 to your computer and use it in GitHub Desktop.
Save briangonzalez/2493742 to your computer and use it in GitHub Desktop.
Javascript tricks
// ensure user wants to navigate away, or unbind it...
window.onbeforeunload = function() { return "You sure?" };
window.onbeforeunload = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment