codice:
$("#prezzi tr :gt(0)").each(function(){
  somma +=  Number($(this).children("td").last().text());  
});