Getting parent table element from a td






4.33/5 (2 votes)
Getting parent table element from a td
Here is a short trick of getting a parent table element from a
td
in that table.. I have tried .parent()
function, but was not successful .. alternatively, this worked out:
$(this).closest("table");