I have a table and cannot change markup:
6条回答 夕颜 (楼主) 2020-12-17 01:18 Remove the first column from each row. $('.mytable').find("tr td:nth-child(1)").each(function(){ $(this).remove() }); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Remove the first column from each row.
$('.mytable').find("tr td:nth-child(1)").each(function(){ $(this).remove() });