Prevent Bootstrap Modal from disappearing when clicking outside or pressing escape? [duplicate] code example
Example: modal show not close jquery
jQuery('#modal_ajax').modal('show', {backdrop: 'static', keyboard: false});
jQuery('#modal_ajax').modal('show', {backdrop: 'static', keyboard: false});