An open API service indexing awesome lists of open source software.

https://github.com/svivian/jquery-sticky-header

Lightweight jQuery plugin for fixed sticky table headers
https://github.com/svivian/jquery-sticky-header

Last synced: 2 months ago
JSON representation

Lightweight jQuery plugin for fixed sticky table headers

Awesome Lists containing this project

README

        

Sticky Table Headers 1.0
=================================================

A jQuery plugin to fix table headers when scrolling long tables.

Usage
-------------------------------------------------

Simply call `.stickyheader()` on any selector targeting a `` element, e.g.



$(function(){
$('.data-table').stickyheader();
});