$(window).scroll(function(){ var scrollTop = $(this).scrollTop(); var scrollHeight = $(document).height(); var windowHeight = $(this).height(); if(scrollTop + windowHeight == scrollHeight){ console.log("我已经到底!"); } });
参数介绍:
scrollTop:滚动条在Y轴上的滚动距离。
clientHeight:内容可视区域的高度。
scrollHeight:内容可视区域的高度加上溢出的距离。
上面是“jquery监听滚动条是否滚到底部”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_1485.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!