<div class="t">
<span class="y" id="A1">A</span>
<span class="y" id="B1">B</span>
<span class="y" id="C1">C</span>
...
</div>如何获取A1 B1 C1 ... ?我的思路: var obj=$('.t').children('.y'); for(var n in obj){
alert(n.attr('id'));
}貌似不行。
添加回答
举报
0/150
提交
取消