$('#admin-obj-living-grid .items > tbody > tr').click(function(e){ alert($(this).find('td.row_description').html()); });