# bigspotteddog/ScrollToFixed

This plugin is used to fix elements on the page (top, bottom, anywhere); however, it still allows the element to continue to move left or right with the horizontal scroll.

Repository: https://github.com/bigspotteddog/ScrollToFixed
Canonical: https://ross.abutalabs.com/products/scrolltofixed
Homepage: http://bigspotteddog.github.com/ScrollToFixed/
Language: HTML
License: MIT
License Family: permissive
Last push: 2021-05-06T15:44:27+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5552, "days_push": 1945, "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 1783, forks 504 (observed 2026-08-28T04:05:35.765260+00:00)

## What it is
A jQuery plugin that fixes page elements (headers, footers, sidebars) in place during vertical scrolling while still allowing horizontal movement with the page. It supports options like marginTop, limit, and lifecycle callbacks such as preFixed and postFixed.

## Use cases
- make a header stick to the top when scrolling
- keep a shopping cart visible while scrolling a long page
- create a fixed footer that unfixes past a limit
- fix a sidebar navigation during scroll
- sticky elements that still move with horizontal scroll

## When to choose
- you have a legacy jQuery codebase needing sticky/fixed element behavior
- you need fine-grained control over fixed positioning limits and callbacks
- you need support for older browsers like IE8/9

## When to avoid
- you are building a modern app without jQuery — use CSS position: sticky instead
- you need a framework-native solution for React, Vue, or Angular
- the project requires actively maintained dependencies

## Facets
- artifact type: plugin
- maturity: maintenance
- function: ui-components, animation
- domain: web-development, frontend
- platform: browser
- tags: jquery-plugin, sticky-elements, fixed-positioning, scrolling, jquery

## Member repositories
- bigspotteddog/ScrollToFixed (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:35.765260+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-30T03:24:18.254062+00:00, confidence not recorded.
  - readme: https://github.com/bigspotteddog/ScrollToFixed (fetched 2026-08-28T04:05:35.765260+00:00, sha 8e9bffa27184)
- Data as of 2026-08-30T08:39:29.467469+00:00.
