$(".close-popup").click(function() { $("#myModal").modal('hide'); }); $(".show-popup").click(function() { $("#myModal").modal('show'); })