Skip to content

Instantly share code, notes, and snippets.

@bitops
Created October 29, 2014 23:27
Show Gist options
  • Select an option

  • Save bitops/9045129c3b4bf0cb7011 to your computer and use it in GitHub Desktop.

Select an option

Save bitops/9045129c3b4bf0cb7011 to your computer and use it in GitHub Desktop.
setTimeout(function () {
if(window.location.hash) {
var hashLocation = window.location.hash;
window.scrollTo(0,0);
$(document).scrollTop( $(hashLocation).offset().top + 300 );
}
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment