$(function() {
$('header a').click(function(e) {
$('body, html').animate({
scrollTop: $($.attr(this, 'href')).offset().top
}, 750);
});
});
Animated scroll to section with the same id attribute as used for href attribute in anchor tag.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.