Change backdrop to static for open bootstrap modal
问题 Can I change backdrop to 'static' while my modal is open? I have modal with form submit button. When I click this button I show loading spinner on my modal and that is the moment when I want to change backdrop to static I tried $('#myModal').modal({backdrop: 'static', keyboard: false}) , but I can still close my modal by clicking the backdrop or using escape button. Second step should be changing backdrop back to true, but I didn't try this yet, because first I need to set backdrop to static.