$(document).ready(function(){ $("table").find("tbody > tr").each(function(){ alert($(this).find('td').eq(0).html()); }); });