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