Edit D:\xinhaisoft\crisis_new\Scripts\jquery.table.rowspan.js
??// http://blog.csdn.net/tongyiyi/article/details/51159470 // $("table").rowspan(0); // ????????????????????????.rowspan()??? (function ($) { 'use strict' $.fn.extend({ // ????????????colIdx??????????????0???? rowspan: function (colIdx) { return this.each(function () { var that $('tr', this).each(function () { $('td:eq(' + colIdx + ')', this).filter(':visible').each(function () { if (that !== null && $(this).html() === $(that).html()) { var rowspan = $(that).attr('rowSpan') if (typeof (rowspan) === 'undefined') { $(that).attr('rowSpan', 1) rowspan = $(that).attr('rowSpan') } rowspan = Number(rowspan) + 1 $(that).attr('rowSpan', rowspan) $(this).addClass('no-word').hide() } else { that = this } }) }) }) } }) })(jQuery)
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de