Skip to content

Instantly share code, notes, and snippets.

@johhansantana
Created September 21, 2015 17:38
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 johhansantana/648db59ae3425bdbfc49 to your computer and use it in GitHub Desktop.
Save johhansantana/648db59ae3425bdbfc49 to your computer and use it in GitHub Desktop.
$(function(){
$(".smoothScroll").click(function(e) {
e.preventDefault();
document.location.href = $(this).attr("href")
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment