Answers for ".hide jquery not working on modal"

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

Code answers related to ".hide jquery not working on modal"

Browse Popular Code Answers by Language