Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 314 Bytes

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.