jquery-tableslice:从表中提取列

时间:2021-07-01 13:15:44
【文件属性】:
文件名称:jquery-tableslice:从表中提取列
文件大小:3KB
文件格式:ZIP
更新时间:2021-07-01 13:15:44
JavaScript jQuery 表切片 将一张桌子切成更小的桌子。 安装 与: $ bower install --save jquery-tableslice 例子 var $firstColumn = $ ( '.example' ) . tableSlice ( 0 , 1 ) ; var $remainingColumns = $ ( '.example' ) . tableSlice ( 1 ) ; 用法 $ ( 'table' ) . tableSlice ( start [ , end [ , options ] ] ) ; $.fn.tableSlice()返回原始表的副本,其中仅包含切片中的列。 跨越切片边界的单元格将被复制。 选项 默认值从$.fn.tableSlice.defaults中检索。 rowSelector (默认值:'tr') cellSelector (默认值
【文件预览】:
jquery-tableslice-master
----bower.json(494B)
----LICENSE(1KB)
----README.md(724B)
----jquery.tableslice.js(4KB)

网友评论