【发布时间】:2017-06-25 08:28:02
【问题描述】:
Setch.me 在桌面上正常加载,但在移动设备上不会触发,除非我点击摄影师/化妆师,我在此处搜索解决方案后添加了 height=device-height,但没有奏效。
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() >= $(document).height()) {
track_page++;
load_contents(track_page);
}
【问题讨论】:
标签: javascript jquery