$(window).on("scroll",function(){
var sctop=$(window).scrollTop();
if ($(window).scrollTop() >= $(document).height() -$(window).height()){
alert("到底了")
}
})
标签:检测 blog func document doc body class gpo java
$(window).on("scroll",function(){
var sctop=$(window).scrollTop();
if ($(window).scrollTop() >= $(document).height() -$(window).height()){
alert("到底了")
}
})
标签:检测 blog func document doc body class gpo java
原文地址:https://www.cnblogs.com/qq735675958/p/8341337.html