2017年7月5日
摘要: var index=$(this).index(); var tr=$(this).closest('tbody').children('tr'); var trList=tr.children('td:nth-of-type('+(index+1)+')'); 先获取当前的index,在获取所有的 阅读全文
posted @ 2017-07-05 22:06 jianhaixu 阅读(2059) 评论(0) 推荐(0)