how to turn off one bootstrap modal when another modal click code example
Example: bootstrap modal prevent close
$('#myModal').modal({backdrop: 'static', keyboard: false})
$('#myModal').modal({backdrop: 'static', keyboard: false})