This content originally appeared on DEV Community and was authored by Mamedul Islam
If youβve ever needed infinite scroll or scroll pagination for your site, check out jQuery.scrollPaging.
Why use it?
- Auto-loads content on scroll (blogs, feeds, shops)
- Works vertically, horizontally, or both
- SEO-friendly with History API support
- Fully customizable with callbacks
Quick Install:
<script src="jquery.scrollpaging.min.js"></script>
If youβre looking for a powerful but lightweight infinite scroll plugin, this might be the solution
#javascript #jquery #webdev #opensource
This content originally appeared on DEV Community and was authored by Mamedul Islam