亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 開發技術 > 
  • web開發 > 
  • jquery 實現點擊 table中一行tr自動復制本行添加到本行之后 點擊按鈕回復到初始狀態

jquery 實現點擊 table中一行tr自動復制本行添加到本行之后 點擊按鈕回復到初始狀態

發布時間:2020-08-10 03:22:23 來源:網絡 閱讀:2918 作者:ljt7560868 欄目:web開發

<!doctype html>

<html>

<head>

    <meta charset="UTF-8">

    <title></title>

    <script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.js"></script>

</head>

<body>

<table id="tb">

    <tr id="show">

        <td>111</td>

        <td>111111</td>

    </tr>

<tr id="hidden" >

        <td>111</td>

        <td>111111</td>

    </tr>

    <tr id="show">

        <td>222</td>

        <td>222222</td>

    </tr>

<tr id="hidden" >

        <td>222</td>

        <td>222222</td>

    </tr>

</table>

<div><input type="button" name="btn" id="btn" value="點我" /></div>

<script type="text/javascript">

    

$(document).ready(function(){

$("#tb tr").each(function(){

$(this).bind("click",function(){

var $tr = $("#tb tr:eq("+$(this).index()+")").clone(true);

//tr.appendTo("#tb tr").eq($(this).index());

$tr.insertAfter($("#tb tr:eq("+$(this).index()+")"));

//var evenTrId = $('#tb tr:even').attr("id");

//$('#tb tr:even').attr("id","hidden_"+evenTrId);

});

});

});

function cli(){

alert($('#tb tr:odd').length);

$('#tb tr:odd').each(function(){

alert($(this).attr("id"));

$(this).remove();

});

$("#tb tr").each(function(){

var $tr = $("#tb tr:eq("+$(this).index()+")").clone(true);

$tr.insertAfter($("#tb tr:eq("+$(this).index()+")"));

});

var evenTrId = $('#tb tr:odd').attr("id")

evenTrId = evenTrId.replace("show","hidden");

$('#tb tr:odd').attr("id",evenTrId);

$('#tb tr:odd').hide();

}

</script>

</body>

</html>



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

信宜市| 舟山市| 抚顺县| 石柱| 抚州市| 虞城县| 铜川市| 滦平县| 新闻| 措美县| 威信县| 民权县| 牡丹江市| 望谟县| 连州市| 太和县| 台中县| 全州县| 吉木乃县| 湟中县| 吴川市| 阿图什市| 龙海市| 从江县| 乌兰县| 乌海市| 安仁县| 越西县| 高雄市| 师宗县| 龙里县| 肇庆市| 潮州市| 宜章县| 湖北省| 宜都市| 嘉荫县| 翼城县| 曲周县| 周至县| 金湖县|