东西这个我得说下了
先获得你枣兄拖动的那里列的tr
然后jquery 里面有个相当好用的方法 :nth-child 你自己可以去琢磨琢磨
:nth-child 返回值:Array
只匹配凳冲袭一个元素,而这个将为每一个父元素匹配子元素。:nth-child从1开始的,而:eq()是从0算起的!可以使用:
nth-child(even)
:nth-child(odd)
:nth-child(3n)
:nth-child(2)
:nth-child(3n+1)
:nth-child(3n+2)参数indexNumber要匹配元素的序号,从1开始示例描述:在每个 ul 查找第 2 个liHTML 代码:
<判乱/ul>
jQuery 代码:$("ul li:nth-child(2)")结果:[
$("table tr td:eq(5)").each(){ //拦哪循环和或table的唤衡伍第五列
alert($(this).html());
}
$("td")