摘要:
jQuery.fn.rowspan = function (colIdx) { return this.each(function () { var that; $('tr', this).each(function (row) { $('td:eq(' + colIdx + ')', this).filter(':visible').each(function (col) { if (that != null && $(this).html() == $(that).html()) { rowspan = $(t 阅读全文
posted @ 2012-01-14 18:24
李晔
阅读(280)
评论(0)
推荐(0)
浙公网安备 33010602011771号