Skip to content

Instantly share code, notes, and snippets.

@umdstu
Created July 12, 2013 15:39
Show Gist options
  • Save umdstu/5985411 to your computer and use it in GitHub Desktop.
Save umdstu/5985411 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
window.addEventListener('popstate', function(event){
alert('');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment