how to destroy bootstrap modal window completely? January 20, 2023 by Tarik if is bootstrap 3 you can use: $("#mimodal").on('hidden.bs.modal', function () { $(this).data('bs.modal', null); });