closing bootstrap modal in using jquery code example
Example 1: close bootstrap modal with javascript
$('#myModal').modal('hide');
Example 2: modal show not close jquery
jQuery('#modal_ajax').modal('show', {backdrop: 'static', keyboard: false});