国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

jquery 合并內(nèi)容相同的單元格(示例代碼)

2024-05-06 15:57:23
字體:
供稿:網(wǎng)友
這篇文章主要是對jquery合并內(nèi)容相同的單元格示例代碼進(jìn)行了介紹。需要的朋友可以過來參考下,希望對大家有所幫助

如下所示:

復(fù)制代碼 代碼如下:


 function _w_table_rowspan(_w_table_id,_w_table_colnum){
        _w_table_firsttd = "";
        _w_table_currenttd = "";
        _w_table_SpanNum = 0;
        _w_table_Obj = $(_w_table_id + " tr td:nth-child(" + _w_table_colnum + ")");
        _w_table_Obj.each(function(i){
            if(i==0){
                _w_table_firsttd = $(this);
                _w_table_SpanNum = 1;
            }else{
                _w_table_currenttd = $(this);
                if(_w_table_firsttd.text()==_w_table_currenttd.text()){
                    _w_table_SpanNum++;
                    _w_table_currenttd.hide(); //remove();
                    _w_table_firsttd.attr("rowSpan",_w_table_SpanNum);
                }else{
                    _w_table_firsttd = $(this);
                    _w_table_SpanNum = 1;
                }
            }
        });
    }   

    $(function(){   
    _w_table_rowspan("#_gvInformation",1);
    })

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 沧源| 六盘水市| 阿鲁科尔沁旗| 如皋市| 招远市| 尼木县| 长治县| 洛南县| 阳春市| 隆德县| 大丰市| 巴南区| 遂宁市| 子长县| 日照市| 蕲春县| 汝城县| 上犹县| 平度市| 即墨市| 石屏县| 平舆县| 胶州市| 灌阳县| 穆棱市| 台东市| 恩施市| 旬邑县| 浦城县| 武隆县| 墨脱县| 洛川县| 拉萨市| 三原县| 金溪县| 华亭县| 清水河县| 年辖:市辖区| 调兵山市| 寻乌县| 鱼台县|