Answers for "Listen for the closing of a bootstrap modal"

0

Listen for the closing of a bootstrap modal

$('#myModal').on('hidden.bs.modal', function () {
    // do something…
});
Posted by: Guest on May-30-2021

Code answers related to "Listen for the closing of a bootstrap modal"

Browse Popular Code Answers by Language