const myModal = new bootstrap.Modal(document.getElementById('myModal'), { backdrop: 'static', keyboard: false }) myModal.show();