Answers for "modal hide on document ready"

3

bootstrap modal on hide event

$('#myModal').on('hidden.bs.modal', function (e) {
  // do something...
});
Posted by: Guest on June-18-2021
0

display modal without button click

$("#getCodeModal").modal("show");
Posted by: Guest on April-19-2020

Browse Popular Code Answers by Language