Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created July 23, 2014 15:22
Show Gist options
  • Save cleytonmessias/d60ac3f796f0f626d6dc to your computer and use it in GitHub Desktop.
Save cleytonmessias/d60ac3f796f0f626d6dc to your computer and use it in GitHub Desktop.
Scroll_simples
$('#trustvox-a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment