Category: infinite scrolling

Native Infinite Scrolling with the IntersectionObserver API

Recently an interesting new client-side JavaScript API appeared on the Web Platform, the IntersectionObserver API. This tiny but useful API provides a means to efficiently monitor (observe) the visibility of specified DOM elements, that is, when they are in or out of a viewport (the viewport of the browser window or of...

6 jQuery Infinite Scrolling Demos

Infinite scrolling is now a common feature and there are several cases where it is really useful. For instance there are some websites where we simply can’t imagine a good pagination system, like Twitter or even Facebook. Another example of where infinite scrolling can be useful is for a search engine: you’...