Skip to content

Instantly share code, notes, and snippets.

@dayio
Created April 12, 2015 14:02
Show Gist options
  • Select an option

  • Save dayio/9dcba26eadf66db5f3a5 to your computer and use it in GitHub Desktop.

Select an option

Save dayio/9dcba26eadf66db5f3a5 to your computer and use it in GitHub Desktop.
function scrollToAnchor(id){
var aTag = $("#"+id);
$('html,body').animate({scrollTop: aTag.offset().top - 50},'slow');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment