Skip to content

Instantly share code, notes, and snippets.

@robroc
Last active December 18, 2015 07:59
Show Gist options
  • Save robroc/5750407 to your computer and use it in GitHub Desktop.
Save robroc/5750407 to your computer and use it in GitHub Desktop.
$('.button').click(function(e) {
e.preventDefault();
$href = $(this).attr('href');
$('#viewer').scrollTo( $($href), 800, {offset: {top:-5} });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment