Search code examples
scrolljscrollpaneinfinitejquery-jscrollpane

Infinite scroll with jScrollPane


I'd like to implement a Facebook like control for auto loading of a paged content into a DIV with custom styled scrollbars. For custom scrollbars I use jScrollPane plugin, but can't figure out how to listen to an event when this scrollbar reaches its bottom to append additional html to this DIV. Any hint?


Solution

  • Listen for the jsp-scroll-y event and check the passed isAtBottom flag in your event handler. Details and demo here.