$(function () { $("#ppm").click(function(){ $("#pop-box").show();}); }); function hidepop(){ $("#pop-box").hide(); }