您好,欢迎来到二三四教育网。
搜索
您的当前位置:首页移动端滑动加载

移动端滑动加载

来源:二三四教育网
function scrollLoad(){
   var scrollTop = 0;
   var clientHeight = 0;
   var scrollHeight = 0; 
   if (document.documentElement && document.documentElement.scrollTop) {  
            scrollTop = document.documentElement.scrollTop;  
      } else if (document.body) {
           scrollTop = document.body.scrollTop;  
     }
if (document.body.clientHeight && document.documentElement.clientHeight) {  
            clientHeight = (document.body.clientHeight < document.documentElement.clientHeight) ? document.body.clientHeight: document.documentElement.clientHeight;  
     } else {
             clientHeight = (document.body.clientHeight > document.documentElement.clientHeight) ? document.body.clientHeight: document.documentElement.clientHeight;  
     }
    // 知识点:Math.max 比较大小,取最大值返回  
scrollHeight = Math.max(document.body.scrollHeight, document.documentElement.scrollHeight);
     if (scrollTop + clientHeight +200 > scrollHeight) {
          //滑到底部时 do something...
       } else {
           return false;  
        }
}

本文如未解决您的问题请添加抖音号:51dongshi(抖音搜索懂视),直接咨询即可。

热门图文

Copyright © 2019-2025 how234.cn 版权所有 赣ICP备2023008801号-2

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务