pageTop
$('.js-pageTop').click(function () { $('body,html').animate({ scrollTop: 0 }, 800, "swing"); return false; });