标签:list app class apple index lis children close span
var index=$(this).index();
var tr=$(this).closest(‘tbody‘).children(‘tr‘);
var trList=tr.children(‘td:nth-of-type(‘+(index+1)+‘)‘);
先获取当前的index,在获取所有的行数,最后获取每行所有的相同的td,这就是一列td
标签:list app class apple index lis children close span
原文地址:http://www.cnblogs.com/xuhaijian/p/7123742.html