jQuery animate scroll to an element
function scrollToElement($el) { $('html, body').stop(true).animate({scrollTop: $el.offset().top}, 800); }