UNPKG

generator-cwf-theme

Version:
16 lines (14 loc) 299 B
(function ($) { $(window).scroll(function () { if ($(this).scrollTop() != 0) { $("#btt").addClass('show'); } else { $("#btt").removeClass('show'); } }); $("#btt").click(function () { $("body,html").animate({ scrollTop: 0 }, 800); }); })(jQuery, this);