Bootstrap modal hide is not working. Alert comes in else. but my modal is not hidden Added bootply. My issue is the same one.
Try this function
function hideModal(){ $("#myModal").removeClass("in"); $(".modal-backdrop").remove(); $("#myModal").hide(); }