Skip to content

Instantly share code, notes, and snippets.

@mattborn
Created June 24, 2010 22:17
Show Gist options
  • Save mattborn/452072 to your computer and use it in GitHub Desktop.
Save mattborn/452072 to your computer and use it in GitHub Desktop.
/* Anchor Slide by Matthew Born */
$('.slide a').click(function(){
var anchor = $(this).attr('href');
$('html,body').animate({scrollTop: $(anchor).offset().top},'slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment