Published
- 1 min read
add event listener on modal close
The solution for this is noted below
add event listener on modal close
Solution
$('#registration-exams-modal').on('hidden.bs.modal', function () {
alert('close')
})
Try other methods by searching on the site. That is if this doesn’t work