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