Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created July 3, 2014 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everaldomatias/7e6dc4a74d30dd810bd9 to your computer and use it in GitHub Desktop.
Save everaldomatias/7e6dc4a74d30dd810bd9 to your computer and use it in GitHub Desktop.
Scroll to
(function($){
$('.menu-clientes').on('click', function () {
$('html, body').animate({
scrollTop: $("#clientes").offset().top-40
}, 2000);
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment