jquery 取对象数组下标_JQuery使用index方法获取Jquery对象数组下标的方法
本文實例講述了JQuery使用index方法獲取Jquery對象數組下標的方法。分享給大家供大家參考。具體實現方法如下:
/p>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
index方法獲取Jquery對象的數組下標#main{
width:600px;
border:1px solid green;
margin:auto;
padding:10px;
}
#tbl{
border-collapse:collapse;
border-top:1px solid red;
border-left:1px solid red;
margin:auto;
}
#tbl td{
width:60px;
height:60px;
border-collapse:collapse;
border-bottom:1px solid red;
border-right:1px solid red;
}
var oldColor;
$(function () {
$("#tbl tr").hover(
function () {
oldColor = $(this).css("backgroundColor");
$(this).css("backgroundColor", "yellow");
},
function () {
$(this).css("backgroundColor", oldColor);
});
$("#tbl tr").click(function () {
alert($("#tbl tr").index($(this))); //獲取元素下標
});
});
| 1 | 1 | 1 |
| 2 | 2 | 2 |
| 3 | 3 | 3 |
| 4 | 4 | 4 |
| 5 | 5 | 5 |
| 6 | 6 | 6 |
總結
以上是生活随笔為你收集整理的jquery 取对象数组下标_JQuery使用index方法获取Jquery对象数组下标的方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: unity的vr场景怎么做_营销技巧逐渐
- 下一篇: ffmpeg 如何把左右声道_耳机里的乾