Answers for "shown bs modal and hide event"

3

bootstrap modal on hide event

$('#myModal').on('hidden.bs.modal', function (e) {
  // do something...
});
Posted by: Guest on June-18-2021
1

bs modal service close

this._bsModalRef.hide();
Posted by: Guest on August-14-2020

Browse Popular Code Answers by Language