function remove(Id) { $(id).remove(); }
<input onclick="$('#myid').remove();" value="Удалить" type="button" />