how to close modal popup in when click on another model button code example
Example: when modal close event
$("yourid").on('hide.bs.modal', function(){
// do it here
});
$("yourid").on('hide.bs.modal', function(){
// do it here
});