Skip to content

This javascript function fixed the header of a table by adding the "fixed" class

Notifications You must be signed in to change notification settings

gonzalesc/gofixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gofixed

This javascript function fixed the header of a table by adding the "fixed" class

FAQ

How I use it? Easy!

In your header o footer put this javascript code:

$(document).ready(function() { goheadfixed('table.fixed'); });

..and in your table must add the class "fixed"

This function depends on some library? Yes, it depends of JQUERY >= 1.7

Exists a demo? http://jsfiddle.net/gonzalesc/USbUG/

About

This javascript function fixed the header of a table by adding the "fixed" class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published