标签:
$(window).scroll(function(){ // 当滚动到最底部以上n像素时, 加载新内容 if ($(document).height() - $(this).scrollTop() - $(this).height()<1) { getData(gCurrentPage, gLongitude, gLatitude); } });
js判断浏览器滚动条是否拉到底
原文地址:http://www.cnblogs.com/wln3344/p/4437021.html