bootstrap
bootstrap modal callback
narafu
2021. 12. 22. 10:24
$('#code').on('shown.bs.modal', function (e) {
// do something...
})