I have a scrollable div that will load 5 new items when scrolled to the bottom. I’m using jScrollPane (http://jscrollpane.kelvinluck.com/) and, despite being a great plug in, seems to prevent scrollTop() from working, so the typical method for detecting the scroll reaching the bottom does not work.
Does anyone have an alternative/ recommended method for detecting if the jscrollpane-ified div has reached the bottom?
Cheers.
Solved myself, with maxedison’s help.
Access the api as outlined here and then: