Skip to content

Instantly share code, notes, and snippets.

@mherod
Created July 17, 2013 14:32
Show Gist options
  • Save mherod/6021109 to your computer and use it in GitHub Desktop.
Save mherod/6021109 to your computer and use it in GitHub Desktop.
Prevent hash anchor jump
setTimeout(function() {
location.hash && window.scrollTo(0, 0)
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment