# metafizzy/infinite-scroll

📜 Automatically add next page

Repository: https://github.com/metafizzy/infinite-scroll
Canonical: https://ross.abutalabs.com/products/infinite-scroll
Homepage: https://infinite-scroll.com
Language: HTML
License: MIT
License Family: permissive
Topics: jquery-plugin, javascript-plugin, ui, ajax
Last push: 2025-03-08T13:42:52+00:00

## Health v2 (maintenance only)
Score: 27/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 10, release rhythm 8, longevity 100
- inputs: {"age_days": 5965, "days_push": 543, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7479, forks 1690 (observed 2026-08-28T04:10:00.199995+00:00)

## What it is
Infinite Scroll is a JavaScript plugin that automatically loads and appends the next page of content as the user scrolls, avoiding full page reloads. It works as a standalone library or jQuery plugin and integrates with Masonry, Isotope, and Packery layouts.

## Use cases
- automatically load next page of blog posts as user scrolls
- replace pagination with endless scrolling on a product listing
- append AJAX-loaded content to a Masonry image grid
- load JSON pages and append rendered items
- prefill enough pages to fill the viewport on page load

## When to choose
- you have server-paginated pages and want seamless infinite scrolling
- you need a battle-tested plugin with jQuery support and layout integrations
- you want configurable next-page detection via selector, URL pattern, or function

## When to avoid
- your content is already fully client-rendered from an API with virtualized lists
- you need a framework-specific solution like React Query infinite queries
- SEO requires real paginated links and you prefer traditional pagination

## Facets
- artifact type: plugin
- maturity: stable
- function: ui-components, http-client, web-scraping
- domain: web-development, frontend
- platform: browser
- tags: infinite-scroll, pagination, jquery-plugin, ajax, lazy-loading, nodejs

## Member repositories
- metafizzy/infinite-scroll (main) score 27

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:00.199995+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:37:36.159793+00:00, confidence not recorded.
  - readme: https://github.com/metafizzy/infinite-scroll (fetched 2026-08-28T04:10:00.199995+00:00, sha e12e11e0dbb0)
  - homepage: https://infinite-scroll.com (fetched 2026-08-29T08:32:55.276438+00:00, sha 0dd7bffad971)
- Data as of 2026-08-30T08:39:29.467469+00:00.
