function deleteitem(id){
    if (confirm("Delete this item?")){
        saveAll();

        $.ajax({