I\'ve tr\'s something like this..
16676 26582& 相关标签: 1条回答 难免孤独 2021-01-29 16:14 You need td:eq(1) not td:eq(6). also to get the clicked dom refernce you need to use $(this): $(this).parent().next().find("td:eq(1)").text(); 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You need td:eq(1) not td:eq(6). also to get the clicked dom refernce you need to use $(this):
td:eq(1)
td:eq(6)
$(this)
$(this).parent().next().find("td:eq(1)").text();