中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 開發技術 > 
  • 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

关岭| 兴山县| 贡嘎县| 伽师县| 浦东新区| 拉孜县| 卓资县| 交口县| 鹤岗市| 高碑店市| 唐山市| 得荣县| 铜梁县| 龙州县| 中阳县| 沙坪坝区| 江门市| 原平市| 隆林| 象山县| 平凉市| 本溪市| 阳江市| 景宁| 东丰县| 谷城县| 德昌县| 北京市| 呼和浩特市| 富阳市| 新安县| 武夷山市| 德钦县| 班戈县| 巴中市| 东安县| 德庆县| 高密市| 昭平县| 南平市| 北京市|