导航

Fixed Table Header jQuery Plug-in

Posted on 2012-09-22 22:16  eastson  阅读(310)  评论(0编辑  收藏  举报

This plug-in depends on having a table that has a <thead> and <tbody> tag.

To get the plug-in working all you you need to do is run the fixedHeader() function on the selector for your table.

$("#dataset").fixedHeader();

 

原文地址:http://ul2.bgsu.edu/labs/fixed-header/