即使滚动顶部,窗口滚动功能也会触发

时间:2017-04-04 01:28:47

标签: javascript

我用过这个

if ($(window).scrollTop() + $(window).height() > $(document).height() - 100) { alert("scrolled down to the bottom!"); }

它既可以向上也可以向上滚动。

我需要它才能在到达底部时开火。我该怎么办?

0 个答案:

没有答案