function remove_intr(rem) { $.post("../handler.php", { intr: rem }, function(data, rem){ document.getElementById(rem).InnerHTML=''; }); }