Answers for "how to close a modal with jquery"

5

on modal close jquery

$('#myModal').on('hidden.bs.modal', function () {
  // do something…
})
Posted by: Guest on April-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language