弹窗开关js

// var guanbi = false;


	// $("#testbtn").click(function(){
		
	// 	if(guanbi){

	// 		$("#tan").hide();

	// 		guanbi = false;

	// 	}else{

	// 		$("#tan").show();

	// 		guanbi = true;
			

	// 	}

	// });

	// $("#close").click(function(){

	// 	$("#tan").hide();

	// 	guanbi = false;

	// });
原文地址:https://www.cnblogs.com/xupeiyu/p/4640903.html