Iterate through and delete empty HTML table rows with jQuery

前端 未结 4 973
梦如初夏
梦如初夏 2021-01-18 18:50

I am attempting to iterate through a HTML table using jQuery and delete empty rows. The page is driven by ASP.NET and with certain permission, items in the table will be hid

4条回答
  •  无人及你
    2021-01-18 19:32

    Lead to problem in case We have Only TD empty and all other TD is Filled

    I'm change the Code to make this in its consideration

    
    

提交回复
热议问题