jQuery九宫格图片拉伸变大代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jQuery九宫格图片拉伸变大代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jQuery九宫格图片拉伸变大代码

HTML代码(index.html):

<!DOCTYPE html>
<html>
<head>
<meta charset="gb2312" />
<title>jQuery九宫格图片拉伸变大代码</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/index.css" />
<script type="text/javascript" src="js/jquery-1.10.1.min.js" ></script>
<script type="text/javascript" src="js/index.js" ></script>
</head>
<body>
<center>
<div class="lest">
	<div class="box1">
		<a href="#"><img src="img/1.jpg" alt="" /></a>
	</div>
	<div class="box2">
		<a href="#"><img src="img/2.jpg" alt="" /></a>
	</div>
	<div class="box3">
		<a href="#"><img src="img/3.jpg" alt="" /></a>
	</div>
	<div class="box4">
		<a href="#"><img src="img/4.jpg" alt="" /></a>
	</div>
	<div class="box5">
		<a href="#"><img src="img/5.jpg" alt="" /></a>
	</div>
	<div class="box6">
		<a href="#"><img src="img/6.jpg" alt="" /></a>
	</div>
	<div class="box7">
		<a href="#"><img src="img/1.jpg" alt="" /></a>
	</div>
	<div class="box8">
		<a href="#"><img src="img/2.jpg" alt="" /></a>
	</div>
	<div class="box9">
		<a href="#"><img src="img/3.jpg" alt="" /></a>
	</div>
</div>
</center>
</body>
</html>






JS代码(index.js):

$(function(){
	//box1$(".lest .box1").mouseover(function(event){
	$(".box1").stop(true,true).animate({
	width:"500px",height:"471px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"335px",height:"228px",left:"515px",top:"0px"}
,200);
	$(".box3").stop(true,true).animate({
	width:"335px",height:"228px",left:"865px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"218px",height:"228px",left:"515px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"218px",height:"228px",left:"748px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"218px",height:"228px",left:"981px",top:"243px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box1").mouseout(function(event){
	$(".box1").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"0px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"0px"}
,200);
	$(".box3").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
}
)//box2$(".box2").mouseover(function(event){
	$(".box1").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"0px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"500px",height:"471px"}
,200);
	$(".box3").stop(true,true).animate({
	width:"280px",height:"228px",left:"920px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"187px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"188px",height:"228px",left:"203px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"280px",height:"228px",left:"920px",top:"243px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box2").mouseout(function(event){
	$(".box1").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"0px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"0px"}
,200);
	$(".box3").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
}
)//box3$(".box3").mouseover(function(event){
	$(".box3").stop(true,true).animate({
	width:"500px",height:"471px",left:"700",top:"0px"}
,300);
	$(".box1").stop(true,true).animate({
	width:"335px",height:"228px",left:"0px",top:"0px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"335px",height:"228px",left:"350px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"218px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"218px",height:"228px",left:"233px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"218px",height:"228px",left:"466px",top:"243px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box3").mouseout(function(event){
	$(".box1").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"0px"}
,200);
	$(".box2").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"0px"}
,200);
	$(".box3").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"0px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
}
)//box4$(".lest .box4").mouseover(function(event){
	$(".box4").stop(true,true).animate({
	width:"500px",height:"471px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"335px",height:"228px",left:"515px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"335px",height:"228px",left:"865px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"218px",height:"228px",left:"515px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"218px",height:"228px",left:"748px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"218px",height:"228px",left:"981px",top:"486px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box4").mouseout(function(event){
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"486px"}
,200);
}
)//box5$(".box5").mouseover(function(event){
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"500px",height:"471px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"280px",height:"228px",left:"920px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"187px",height:"228px",left:"0px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"188px",height:"228px",left:"203px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"280px",height:"228px",left:"920px",top:"486px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box5").mouseout(function(event){
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"486px"}
,200);
}
)//box6$(".box6").mouseover(function(event){
	$(".box6").stop(true,true).animate({
	width:"500px",height:"471px",left:"700",top:"243px"}
,200);
	$(".box4").stop(true,true).animate({
	width:"335px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"335px",height:"228px",left:"350px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"218px",height:"228px",left:"0px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"218px",height:"228px",left:"233px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"218px",height:"228px",left:"466px",top:"486px"}
,200);
	event.stopPropagation();
	// 阻止事件冒泡}
)$(".box6").mouseout(function(event){
	$(".box4").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"243px"}
,200);
	$(".box5").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"243px"}
,200);
	$(".box6").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"243px"}
,200);
	$(".box7").stop(true,true).animate({
	width:"390px",height:"228px",left:"0px",top:"486px"}
,200);
	$(".box8").stop(true,true).animate({
	width:"390px",height:"228px",left:"405px",top:"486px"}
,200);
	$(".box9").stop(true,true).animate({
	width:"390px",height:"228px",left:"810px",top:"486px"}
,200);
}
)}
)

CSS代码(index.css):

/*========== box居中 ==========*/
.lest{width:1200px;height:714px;position:relative;background:#fff;}
.box1,.box2,.box3,.box4,.box5,.box7,.box6,.box8,.box9{width:390px;height:228px;float:left;margin:0 15px 15px 0;overflow:hidden;position:absolute;}
.box1{top:0;left:0;}
.box2{top:0;left:405px;}
.box3{top:0;left:810px;}
.box4{top:243px;left:0;}
.box5{top:243px;left:405px;}
.box6{top:243px;left:810px;}
.box7{top:486px;left:0;}
.box8{top:486px;left:405px;}
.box9{top:486px;left:810px;}

CSS代码(style.css):

body{font-size:12px;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6,p,form{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{margin:0;padding:0;list-style-type:none;}
img{border:none;vertical-align:top;}
a{color:#424242;text-decoration:none;}
a:hover{color:#b13c39;text-decoration:underline;}
.clear{clear:both;height:0;overflow:hidden;font-size:0;line-height:0;margin:0;padding:0;}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
219.64 KB
Html Js 手拉琴特效
最新结算
股权转让协议意向书模板
类型: .docx 金额: CNY 2.23¥ 状态: 待结算 详细>
股权转让协议意向书模板
类型: .docx 金额: CNY 0.28¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 2.39¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 0.3¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章