检查用户是否滚动到页面底部的跨浏览器方式是什么?

时间:2015-09-11 21:39:29

标签: javascript jquery

当用户滚动到页面底部时,我尝试加载更多结果。 我希望它尽可能地跨浏览器(如果它的jquery或js无关紧要)它应该至少支持ie8! 现在检查用户是否已滚动到页面底部我使用此代码:

var sTop = document.body.scrollTop || document.documentElement.scrollTop || window.pageYOffset || 0;
if(sTop + window.outerHeight == document.body.clientHeight)  //user scrolled to bottom of the page?

但它不是跨浏览器。

1 个答案:

答案 0 :(得分:0)

 <book sequence="5">
  <title>Aftershock</title> 
  <auther>Robert B. Reich</auther> 
  <publishYear>2010</publishYear> 
  <genre>Economics</genre> 
  </book>
- <book sequence="6">
  <title>The Time Machine</title> 
  <auther>H.G. Wells</auther> 
  <publishYear>1895</publishYear> 
  <genre>Science Fiction</genre>