bootstrap modal-lg make .close button not work code example
Example: bootstrap modal not close
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});