2020-10-02
jQueryAnimategoTop
$("#goTop").click(function () { $("html,body").animate({scrollTop: 0}, "1800"); return false; });