footer.js 219 B

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