jQuery – Select first cell of a given row? August 28, 2023 by Tarik How about? var a = $('td:first', $(this).parents('tr')).text();