【发布时间】:2016-07-30 03:48:09
【问题描述】:
请帮我获取带有固定标题 jQuery 自定义内容滚动器的可滚动表(这里是插件主页http://manos.malihu.gr/jquery-custom-content-scroller)
我有下一张桌子:
<table>
<thead>
<tr>
<th>First</th>
<th>Second></th>
<th>Third</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
....
<td>n</td>
</tr>
<tr>
<td>1</td>
....
<td>n</td>
</tr>
....
</tbody>
</table>
我需要把头顶固定
应该是这样的演示http://salzerdesign.com/test/fixedTable.html
谢谢!
【问题讨论】: