mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
@@ -988,7 +988,7 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
|
||||
|
||||
```js
|
||||
var myModalEl = document.getElementById('myModal')
|
||||
myModalEl.addEventListener('hidden.bs.modal', function (e) {
|
||||
myModalEl.addEventListener('hidden.bs.modal', function (event) {
|
||||
// do something...
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user