codice:
$(function(){
    
$("#tabellaFattura tr").click(function(){
    alert (this.id);
});
});