/sticky-header.js

A jQuery plugin that keeps multiple headers in view as you scroll through their hierarchical sections

Primary LanguageJavaScriptMIT LicenseMIT

What is it?

stickyheader.js is a jQuery plugin that keeps section headers pinned in view as you scroll.

What makes it different from similar plugins?

When multiple sticky headers are in view, they stack together according to the DOM hierarchy.

Todos

  • Create a test fixture DOM and add qUnit tests.