$(document).ready(function(){
$("body").on('click',"#pulsante"+n, function(){
$("body").remove("#contenitore"+n);
n--;
});
});