标签: javascript
我用过这个
if ($(window).scrollTop() + $(window).height() > $(document).height() - 100) { alert("scrolled down to the bottom!"); }
它既可以向上也可以向上滚动。
我需要它才能在到达底部时开火。我该怎么办?