Hello,
I have this function:
But I need the first cell of this row (inside this function). How I get a cell value when I click in the row please??
Thenk you!
I have this function:
$('#table tbody').on('dblclick', 'tr', function (e) { //I need the first cell value here });
But I need the first cell of this row (inside this function). How I get a cell value when I click in the row please??
Thenk you!