🚀 Seamless Infinite Scroll with jQuery.scrollPaging v1.1.0

MAMEDUL ISLAMMAMEDUL ISLAM
1 min read

Table of contents

Infinite scroll has become a must-have for modern websites — from news feeds to product listings. But building it from scratch is time-consuming.

That’s why I built jQuery.scrollPaging — a lightweight, flexible, and customizable plugin that makes infinite scrolling easy.

✨ Features:

  • Works with vertical, horizontal, or both directions

  • SEO-friendly URL + title updates using History API

  • Supports numeric pagination & custom page lists

  • Rich callbacks: onStart, onSuccess, onComplete

  • Optimized for performance

Quick Example:

$(window).scrollPaging({
  requestURL: '/api/posts?page=scrollPaging',
  target: '#content-container',
  currentPage: 1,
  maxPage: 20,
  affectURL: true,
  onSuccess: function(e, dir, pos, page) {
    console.log('Loaded page ' + page);
  }
});

📦 Easy to install, minimal setup, and perfect for blogs, shops, galleries, and more.

🔗 Live demos + docs: github.com/mamedul/jquery-scrollpaging

#JavaScript #jQuery #WebDev #OpenSource

0
Subscribe to my newsletter

Read articles from MAMEDUL ISLAM directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

MAMEDUL ISLAM
MAMEDUL ISLAM

Freelance Web Developer & E-commerce Expert I help businesses grow their online presence with custom web solutions. Specializing in WordPress, WooCommerce, and Shopify, I build modern, responsive, and high-performance websites.