//返回顶部
        $(document).on('click', '.backTop', function (e) {
            $('html, body').animate({scrollTop: 0}, 500);
            return false;
        });    

 

相关文章:

  • 2022-03-06
  • 2021-04-18
  • 2021-06-12
  • 2021-07-03
  • 2022-12-23
  • 2021-12-03
  • 2022-01-28
猜你喜欢
  • 2021-12-08
  • 2021-05-22
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案