$(document).scroll(function(){ var scrollTop = $(document).scrollTop(),bodyHeight = $(window).height(); if(scrollTop > bodyHeight){ $(".toTop").show(); }else{ $(".toTop").hide(); }});
时间: 2024-11-08 02:57:16
$(document).scroll(function(){ var scrollTop = $(document).scrollTop(),bodyHeight = $(window).height(); if(scrollTop > bodyHeight){ $(".toTop").show(); }else{ $(".toTop").hide(); }});