Skip to content

Instantly share code, notes, and snippets.

@danielmahal
Created November 14, 2012 12:31
Show Gist options
  • Save danielmahal/4071840 to your computer and use it in GitHub Desktop.
Save danielmahal/4071840 to your computer and use it in GitHub Desktop.
Prevent page reload
$(window).on('beforeunload', function() {
return 'Sure you want to leave?';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment