首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
JQ判断滚动条到达底部
JQ判断滚动条到达底部
xiaoxiao
2022-07-04
115
$(window).scroll(function() { if ($(document).scrollTop()<=0){ alert("滚动条已经到达顶部为0"); } if ($(document).scrollTop() >= $(document).height() - $(window).height()) { alert("滚动条已经到达底部为" + $(document).scrollTop()); } });
转载请注明原文地址: https://yun.8miu.com/read-22669.html
最新回复
(
0
)