91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery獲取元素索引值的index方法

發布時間:2020-07-23 15:17:25 來源:網絡 閱讀:7258 作者:lflianglan 欄目:web開發

jquery中獲取元素索引值的方法為:如:alert($("#btn li").index(this));

這個意思是說:搜索與參數表示的對象匹配的元素,并返回相應元素的索引值。如果找到了匹配的元素,從0開始返回;如果沒有找到匹配的元素,返回-1。

實例:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jquery獲取索引值</title>
<style type="text/css">
    *{margin:0; padding:0;}
    ul,li{list-style:none;}
    #wrap{width:980px; height:500px; overflow:hidden; margin:0 auto;}
    ul{width:200px; height:500px; float:left;}
    ul li{width:200px; height:100px; line-height:100px; text-align:center; font-size:16px; cursor:pointer;}
    #wrap div{width:700px; height:500px; float:right;}
    #btn0,.box0{background:#933;}
    #btn1,.box1{background:#09F;}
    #btn2,.box2{background:#93F;}
    #btn3,.box3{background:#F66;}
    #btn4,.box4{background:#3C0;}
    .box2,.box3,.box1,.box4{display:none;}
    #btn0.current,#btn1.current,#btn2.current,#btn3.current,#btn4.current{border:1px solid #000;}
</style>
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript">
    $(function(){
        $("#btn li").click(function(){
            $(this).addClass("current").siblings().removeClass("current");
            var n=$("#btn li").index(this);
            $(".box"+n).show().siblings("div").hide();
        })
    })
</script>
</head>
<body>
    <div id="wrap">
        <h3>點擊相應的按鈕出現相對應顏色的盒子</h3>
        <ul id="btn">
            <li id="btn0" class="current">0</li>
            <li id="btn1">1</li>
            <li id="btn2">2</li>
            <li id="btn3">3</li>
            <li id="btn4">4</li>
        </ul>
        <div class="box0">第一個盒子</div>
        <div class="box1">第二個盒子</div>
        <div class="box2">第三個盒子</div>
        <div class="box3">第四個盒子</div>
        <div class="box4">第五個盒子</div>
    </div>
</body>
</html>


向AI問一下細節

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

AI

茶陵县| 水富县| 精河县| 奉贤区| 克什克腾旗| 沾化县| 广昌县| 沙河市| 和龙市| 太白县| 道真| 广宗县| 宿州市| 方城县| 台山市| 永泰县| 固阳县| 墨玉县| 永登县| 莱阳市| 灵石县| 泽普县| 桂东县| 营口市| 探索| 永胜县| 鹤岗市| 平谷区| 惠安县| 汶川县| 绥中县| 黎平县| 南投市| 寿阳县| 玉山县| 桂平市| 酒泉市| 固原市| 长武县| 沙河市| 贵德县|