Skip to content

Instantly share code, notes, and snippets.

@kylesuss
Created January 27, 2014 23:19
Show Gist options
  • Save kylesuss/8659410 to your computer and use it in GitHub Desktop.
Save kylesuss/8659410 to your computer and use it in GitHub Desktop.
$(window).on('beforeunload', function() {
$(window).scrollTop(0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment