Ball
jQuery("#table tr td:eq(0)").each(function(){ console.log(this);})
$(table).find(tr).children(td).eq(0);
$("table tr").find("td:eq(0)")