bootstap modal on another modal close focus issue code example
Example 1: close bootstrap modal with javascript
$('#myModal').modal('hide');
Example 2: do not close dialog box when click outside bootstrap modal
<div id="idModal" class="modal hide" data-backdrop="static" data-keyboard="false">