mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 12:31:24 +00:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
$('#myModal').on('show.bs.modal', function (event) {
|
|
console.log("show !!")
|
|
})
|
|
$('#myModal').on('hide.bs.modal', function (event) {
|
|
console.log("show !!")
|
|
}) |