mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
@@ -820,7 +820,7 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
|
||||
</table>
|
||||
|
||||
```js
|
||||
$('#myModal').on('hidden.bs.modal', function (e) {
|
||||
$('#myModal').on('hidden.bs.modal', function (event) {
|
||||
// do something...
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user