摘要: 1.firefox ie chrome 设置单元格宽度 td width 有bug,不能正常工作。如果是上面一行 和下面一行是分别属于两个table,但是他们的列需要对齐,也就是说分开画的,然后设置相同的width。此时上下单元格的列宽可能会偏差1px,这种情况会发生在当前单元格的内容过长,超出了单... 阅读全文
posted @ 2015-08-04 20:10 webglcn 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: Clone table header and replace header's th with tdvar tableHeaderRow = '#tableId tbody tr:nth-child(1)'; // this is th.var copy = $(tableHeaderRow).cl... 阅读全文
posted @ 2015-08-04 13:23 webglcn 阅读(166) 评论(0) 推荐(0) 编辑
摘要: srcDiv has visible horizontal scrollbar.(style="overflow:auto;")targetDiv has no scrollbar.(style="overflow:hidden;")For instance, srcDiv is a tablevi... 阅读全文
posted @ 2015-08-04 13:20 webglcn 阅读(172) 评论(0) 推荐(0) 编辑
摘要: $.scrollbarWidth = function () { var parent, child, width; if (width === undefined) { parent = $('').appendTo('body'); child = par... 阅读全文
posted @ 2015-08-04 13:15 webglcn 阅读(262) 评论(0) 推荐(0) 编辑