codice:
$(".risultato_"+id).html(msg).fadeOut(3000,function(){
  $(this).html("").show();
});