Skip to content

asual/jquery-thead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Thead

The jQuery Thead plugin simplifies the navigation in tables that have lots of rows and require scrolling. It enforces the visibility of the table header and ensures that the column names are always accessible for the user.

Usage

The plugin is automatically activated for every table that uses the "jquery-thead" class:

<table class="jquery-thead" />

The same class can also be used with a DIV wrapper in cases when tables that should be dynamically replaced:

<div class="jquery-thead">
    <table />
</div>

The plugin can be applied with JavaScript using the following:

$('table').thead();

Changes

09/26/2010 - jQuery Thead 1.1

  • New update method.
  • New global Ajax event listener that forces updating.

12/23/2009 - jQuery Thead 1.0

Initial release.

About

jQuery Thead - Visible table headers

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published