$('#table tr').each(function() {
   console.log($(this).find("td:first").text());
});