August 18, 2015
admin
Bootstrap modal makes scrollbar disappear after closing
Bootstrap modal makes scrollbar disappear after closing : Bootstrap modal makes scrollbar disappear when you are closing modal with jquery or javascript.
Bootstrap modal makes scrollbar disappear after closing
You Can Fix it by adding the following lines of code .
function closeMyModal(){ $('.modal.in').modal('hide'); $(".modal-backdrop").hide(); $('body').removeClass('modal-open'); }
It will close the modal in proper way.
Advertisements
Add Comment
📖 Read More
bootstrap close modal not working, bootstrap jquery close modal not working, bootstrap modal removes scroll bar, bootstrap tutorial for beginners, bootstrap tutorials, close bootstrap modal javascript, close bootstrap modal jquery