bootstrap jquery show.bs.modal event won’t fire

use this:

$(document).on('show.bs.modal','#myModal', function () {
  alert('hi');
})

Leave a Comment