chihung
2/18/2020 - 3:36 AM

prevent modal close from onclick

 $("#modal-guest").on('hide.bs.modal', function ( e ) {
        e.preventDefault();
    })