JQuery Obtenha o valor atual da linha
function test(){
var id = $(this).closest("tr").find('td:eq(2)').text();
alert(id);
}
Grieving Gecko
function test(){
var id = $(this).closest("tr").find('td:eq(2)').text();
alert(id);
}