Skip to content

Instantly share code, notes, and snippets.

View marzique's full-sized avatar
🥑

Denys marzique

🥑
View GitHub Profile
@marzique
marzique / script.js
Created September 27, 2019 12:15 — forked from jbutko/script.js
jQuery: JQuery smooth scrolling when clicking an anchor link
$('a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
// http://stackoverflow.com/questions/7717527/jquery-smooth-scrolling-when-clicking-an-anchor-link/7717572#7717572?newreg=16ca424bc4024b21a4fcc728ea6451d5