$('table tr').each(function() { alert($('td:eq(0) a', this).text()+' и '+$('td:eq(1)', this).text()); });