Answers for "close the modal when clicked outside the moda jquery"

9

close modal jquery

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Posted by: Guest on February-12-2020
5

on modal close jquery

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

Code answers related to "close the modal when clicked outside the moda jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language