jQuery表格插件 FixedHeaderTable
- 授权协议: 未知
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/markmalek/Fixed-Header-Table/
软件介绍
FixedHeaderTable 是 jQuery 表格插件,可以用最简洁的方式显示已修改过的 header,对于任何有效的表格 mark-up 适用。
方法:
show -
$('selector').fixedHeaderTable('show');hide -
$('selector').fixedHeaderTable('hide');destroy -
$('selector').fixedHeaderTable('destroy');
DOM Scripting
Jeremy Keith / friendsofED / 2010-12 / GBP 27.50
There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding ......一起来看看 《DOM Scripting》 这本书的介绍吧!
