Answers for "how to close the modal popup using jquery"

3

jquery close bootstrap model

$('#modal').modal('hide');
Posted by: Guest on July-21-2020
5

on modal close jquery

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

how to make popup modal in jquery with example

$("#sticky").modal({
  escapeClose: false,
  clickClose: false,
  showClose: false
});
Posted by: Guest on October-10-2020

Code answers related to "how to close the modal popup using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language