$(function(){ $(".prompt").click(function(){ $(".model_wrap").show(); $(".model-bg").show(); console.log(1); }) });