jQuery : 分享合併Table的欄位 (RowSpan、ColSpan) 語法 - David .Net- 點部落
////合併上下欄位(colIdx) jQuery.fn.rowspan = function(colIdx) { return this.each(function() { var that; $('tr', this).each(function(row) { var thisRow = $('td:eq(' + colIdx + '),th:eq(' + colIdx + ')', this); if ((that != null) && ($(thisRow).html() == $(that ....