remove last append element jquery

后端 未结 5 946
慢半拍i
慢半拍i 2020-12-23 17:50

I have the following code:

$(this).children(\"a:eq(0)\").append(\'

        
5条回答
  •  太阳男子
    2020-12-23 18:16

    amazing, thank you very much eugene, that really helped me. I had to remove a table, i used the following code.

    $("#mydivId table:last-child").remove()
    

提交回复
热议问题