Files
2021-09-13 06:53:04 -04:00

1 line
217 B
JavaScript

$(document).ready(function(){$(window).scroll(function(){400<$(this).scrollTop()?$(".scroll-top").fadeIn():$(".scroll-top").fadeOut()}),$(".scroll-top").click(function(){$("html, body").animate({scrollTop:0},1e3)})});