Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created June 5, 2014 19:05
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 wmantly/4dcac296294f7be58a22 to your computer and use it in GitHub Desktop.
Save wmantly/4dcac296294f7be58a22 to your computer and use it in GitHub Desktop.
$( window ).unload(function() {
uloadEvent();
});
window.onunload=function(){
uloadEvent();
};
body.onunload=function(){
uloadEvent();
};
body.unload=function(){
uloadEvent();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment