$(window).on("scroll",function(){ var sctop=$(window).scrollTop(); if ($(window).scrollTop() >= $(document).height() -$(window).height()){ alert("到底了") } })
原文地址:https://www.cnblogs.com/qq735675958/p/8341337.html
时间: 2024-10-13 21:36:18
$(window).on("scroll",function(){ var sctop=$(window).scrollTop(); if ($(window).scrollTop() >= $(document).height() -$(window).height()){ alert("到底了") } })
原文地址:https://www.cnblogs.com/qq735675958/p/8341337.html