I have a table and cannot change markup:
6条回答 悲&欢浪女 (楼主) 2020-12-17 01:25 By Applying some class on targeted column we can remove it. For example ID Name X From above example table we can remove 3rd column of table as follow. $(.btnRemoveMember).closest('td').remove(); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
By Applying some class on targeted column we can remove it. For example
ID Name X
From above example table we can remove 3rd column of table as follow.
$(.btnRemoveMember).closest('td').remove();