remove table row with specific id

后端 未结 9 1156
时光取名叫无心
时光取名叫无心 2021-02-05 01:16

I have the following table:


 &l         
9条回答
  •  时光说笑
    2021-02-05 01:57

    Remove by id -

    $("#3").remove();

    Also I would suggest to use better naming, like row-1, row-2

提交回复
热议问题
bla
bla