jquery close booststrap modal code example
Example 1: jquery close bootstrap model
$('#modal').modal('hide');
Example 2: bootstrap modal not close
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});
$('#modal').modal('hide');
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});