最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時(shí)間:2013年12月13日 09:24:55   作者:  
這篇文章主要是對(duì)jquery合并內(nèi)容相同的單元格示例代碼進(jìn)行了介紹。需要的朋友可以過(guò)來(lái)參考下,希望對(duì)大家有所幫助
如下所示:
復(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);
    })

相關(guān)文章

最新評(píng)論

六盘水市| 师宗县| 宝山区| 太和县| 泰来县| 定西市| 黑水县| 云浮市| 集贤县| 威信县| 宁波市| 常宁市| 潞城市| 安丘市| 大英县| 抚远县| 图木舒克市| 巴青县| 阿巴嘎旗| 海林市| 锦屏县| 远安县| 沭阳县| 化州市| 鹤壁市| 延寿县| 惠东县| 崇阳县| 织金县| 达尔| 富川| 甘南县| 伊宁市| 蕲春县| 淮安市| 门源| 保靖县| 苏尼特右旗| 大悟县| 吉木乃县| 日照市|