Answers for "bootstrap modal button not working"

0

modal.hide not working

function hideModal() {
  $("#myModal").removeClass("in");
  $(".modal-backdrop").remove();
  $('body').removeClass('modal-open');
  $('body').css('padding-right', '');
  $("#myModal").hide();
}
Posted by: Guest on May-13-2021
0

input doesnt work on open modal bootstrap

Remove in div.modal:
tabindex="-1"
Posted by: Guest on December-21-2020

Code answers related to "bootstrap modal button not working"

Browse Popular Code Answers by Language