制作浮动top
$(window).scroll( function() { var scrollValue=$(window).scrollTop(); scrollValue > 600 ? $('.backTop').fadeIn():$('.backTop').fadeOut(); } ); $(".scroll-top").click(function(){ $("html,body").animate({scrollTop:0}, '500'); })
本文共 282 字,大约阅读时间需要 1 分钟。
制作浮动top
$(window).scroll( function() { var scrollValue=$(window).scrollTop(); scrollValue > 600 ? $('.backTop').fadeIn():$('.backTop').fadeOut(); } ); $(".scroll-top").click(function(){ $("html,body").animate({scrollTop:0}, '500'); })
转载地址:http://refvx.baihongyu.com/