Skip to content

Instantly share code, notes, and snippets.

@kyleturman
Created September 18, 2013 21:49
Show Gist options
  • Save kyleturman/6616258 to your computer and use it in GitHub Desktop.
Save kyleturman/6616258 to your computer and use it in GitHub Desktop.
$("nav a").on("click", function(e){
e.preventDefault();
$("html,body").animate({ scrollTop: $( $(e.currentTarget).attr("href") ).offset().top });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment