I have a table and cannot change markup:
6条回答 半阙折子戏 (楼主) 2020-12-17 01:29 This works fine for me: $(".tableClassName tbody tr").each(function() { $(this).find("td:eq(3)").remove(); }); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This works fine for me:
$(".tableClassName tbody tr").each(function() { $(this).find("td:eq(3)").remove(); });