Skip to content

Instantly share code, notes, and snippets.

@mehlah
Created September 8, 2013 11:09
Show Gist options
  • Save mehlah/6483905 to your computer and use it in GitHub Desktop.
Save mehlah/6483905 to your computer and use it in GitHub Desktop.
$(document).on('pjax:popstate ', function(event) {
if(event.direction == "back") {
console.log('executes before page-change');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment