$("table > tbody > tr").each(function () { alert($(this).find('td').eq(0).text() + " " + $(this).find('td').eq(1).text() ); });