modal should not close when click outside code example
Example 1: bootstrap modal popup disable click outside
Example 2: bootstrap modal prevent close
$('#myModal').modal({backdrop: 'static', keyboard: false})
Example 3: bootstrap modal popup disable click outside
$('#myModal').modal({backdrop: 'static', keyboard: false})
Example 4: bootstrap modal not close
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});