Modal events
Bootstrap Modal Events
Note: We are transitioning MDB4 to a legacy version and focusing on developing MDB5.
While we'll continue to support for the transition period, we encourage you to migrate to
MDB5. We're offering a huge discount on MDB5 PRO to help with your transition,
enabling you to leverage the full potential of the latest version. You can find more information here.
upgrade with discount
Bootstrap modal events are a set of JS scripts that let you launch Bootstrap modals based on an action performed by a user.
"Show.bs.modal" event
This event is fired just before the modal is opened.
"Shown.bs.modal" event
This event is fired after the modal is shown.
"Hide.bs.modal" event
This event is fired just before the modal is hidden.