Find parent table tag from td August 26, 2023 by Tarik You need to use closest() function: $('td').closest('table');