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
I think it is better to use the '.parent()' method, because a 'tr' tag is always the next parent from a 'td' tag.