Ich bin ein Neuling im Schreiben von Code und hoffe, dass ihr mir helfen könnt! ! ! ! ! !
Kopieren Sie den Codecode wie folgt:
<html>
<Kopf>
<title>JS-Popup-Effekt</title>
<meta http-equiv="content-type" content="text/html charset=gb2312">
<script language="javascript" src="jquery-1.4.js"></script>
</head>
<script language="javascript">
//document.body.offsetWidth="512px";
Funktion min(){
$("#dv").css("display","block");
var a = $(document).height();
var b = $(window).width();
var h =$(window).height();
f = (b-300)/2;
d =(h-300)/2;
$("#dv").css("margin-top",d);
$("#dv").css("margin-left",f);
$("#zhezhao").toggle();
$("#zhezhao").css("width",b);
$("#zhezhao").css("height",a);
}
functionnin(){
$("#dv").css("display","none");
$("#zhezhao").toggle();
}
</script>
<Körper>
<div style="display:none;position:absolute;z-index:100;background:#ccc" id="zhezhao"></div>
<input type="button" value="Click" onclick="mina()">
<div id="dv">
<div><span id="ss"style="width:30px;height:30px;border:1px solid blue;background:black;float:right;" onclick="nin()"></span></ div>
</div>
<table align="center">
<tr>
<td align="center">haha</td>
</tr>
</table>
</body>
</html>
Wenn es Ihnen hilft, ist das Hochladen nicht umsonst! ! ! ! ! ! (Sie müssen das JQuery-Framework verstehen)