# pklauzinski/jscroll

An infinite scrolling plugin for jQuery.

Repository: https://github.com/pklauzinski/jscroll
Canonical: https://ross.abutalabs.com/products/jscroll
Homepage: http://jscroll.com/
Language: JavaScript
License Family: other
Topics: jscroll, infinite-scroll, infinite-scroll-plugin, jquery-scroll, autoscrolling, auto-scroll, scrolling, autopager, jquery-plugin
Last push: 2024-07-18T13:23:31+00:00

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

## Adoption (not part of the score)
Stars 1096, forks 544 (observed 2026-08-28T04:03:34.298032+00:00)

## What it is
jScroll is a jQuery plugin that adds infinite scrolling and auto-paging to web pages. It loads the next set of content via AJAX either automatically as the user scrolls toward the bottom of a container or when a next-page link is clicked.

## Use cases
- add infinite scrolling to a webpage
- auto-load the next page of content when the user scrolls down
- jQuery plugin for infinite scroll and auto-paging
- replace traditional pagination with continuous scrolling
- lazy-load paginated list items via AJAX
- show a custom loading indicator while fetching the next page

## When to choose
- Your site already uses jQuery and you want drop-in infinite scrolling with simple selector-based configuration
- You need control over when paging triggers, such as auto-trigger until N pages, click-to-load, or a bottom padding threshold
- You want to load only a fragment of the next response using a content selector and customize the loading HTML

## When to avoid
- Your project does not use jQuery and you prefer a dependency-free vanilla JavaScript solution
- You are building with a modern component framework like React or Vue where a framework-native infinite scroll library fits better
- You need virtualized rendering for very large datasets rather than appending paginated content to the DOM

## Facets
- artifact type: plugin
- maturity: stable
- function: ui-components
- domain: web-development, frontend
- platform: browser
- tags: jquery-plugin, infinite-scroll, auto-paging, ajax-scrolling, lazy-loading, pagination, dom, user-experience

## Member repositories
- pklauzinski/jscroll (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:34.298032+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-30T06:47:11.838396+00:00, confidence not recorded.
  - readme: https://github.com/pklauzinski/jscroll (fetched 2026-08-28T04:03:34.298032+00:00, sha fef4c2d8d4f9)
  - homepage: http://jscroll.com/ (fetched 2026-08-29T12:50:07.499747+00:00, sha e90910d4b916)
  - registry_npm: https://registry.npmjs.org/jscroll (fetched 2026-08-29T12:50:07.502346+00:00, sha 1902d651a6d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
