Skip to content

Instantly share code, notes, and snippets.

@Sysetup
Last active July 19, 2016 23:30
Show Gist options
  • Save Sysetup/4cdc6f5371507230b7236c597c4f6c8e to your computer and use it in GitHub Desktop.
Save Sysetup/4cdc6f5371507230b7236c597c4f6c8e to your computer and use it in GitHub Desktop.
Before close browser window JavaScript
$(window).on('beforeunload', function (){
//code...
return false;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment