저는 코드 작성 초보자입니다. 여러분이 저를 도와주셨으면 좋겠습니다! ! ! ! ! !
다음과 같이 코드 코드를 복사합니다.
<html>
<머리>
<title>js 팝업 효과</title>
<meta http-equiv="content-type" content="text/html charset=gb2312">
<script 언어="javascript" src="jquery-1.4.js"></script>
</head>
<스크립트 언어="자바스크립트">
//document.body.offsetWidth="512px";
함수 최소(){
$("#dv").css("디스플레이","차단");
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("너비",b);
$("#zhezhao").css("높이",a);
}
함수닌(){
$("#dv").css("디스플레이","없음");
$("#zhezhao").toggle();
}
</script>
<본문>
<div style="display:none;위치:absolute;z-index:100;배경:#ccc" id="zhezhao"></div>
<input type="button" value="클릭" onclick="mina()">
<div 아이디="dv">
<div><span id="ss"style="width:30px;height:30px;border:1px 단색 파란색; background:black;float:right;" onclick="nin()"></span></ div>
</div>
<테이블 정렬="가운데">
<tr>
<td align="center">하하</td>
</tr>
</table>
</body>
</html>
도움이 되셨다면 업로드하시는 것도 헛되지 않습니다! ! ! ! ! ! (jquery 프레임워크를 이해해야 함)