怎样用jquery实现当鼠标放到图片上面时,图片等比例的缩小,要有动画效果
怎样用jquery实现当鼠标放到图片上面时,图片等比例的缩小,要有动画效果彼岸灿烂这个我试了,不能用啊;---------------------------------...
怎样用jquery实现当鼠标放到图片上面时,图片等比例的缩小,要有动画效果
彼岸灿烂这个我试了,不能用啊;
-----------------------------------------------------------------------------------------------
还是不行呢,怎么回事啊?:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("img").hover(function(){
$("this").animate({
width: "90%",
height: "90%"
}, 1000 );
});
});
</script>
---------------------------
<div>
<img src="25.png" width="310" height="150" /></div> 展开
彼岸灿烂这个我试了,不能用啊;
-----------------------------------------------------------------------------------------------
还是不行呢,怎么回事啊?:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("img").hover(function(){
$("this").animate({
width: "90%",
height: "90%"
}, 1000 );
});
});
</script>
---------------------------
<div>
<img src="25.png" width="310" height="150" /></div> 展开
2个回答
展开全部
$("img").hover(function(){
$("this").animate({
width: "90%",
height: "90%",
}, 1000 );
});
是这种效果吗
$("this").animate({
width: "90%",
height: "90%",
}, 1000 );
});
是这种效果吗
更多追问追答
追问
这样上下左右是同时往中间缩小吗?是的话就行了
追答
$(document).ready(function(){
$("img").hover(function(){
$(this).animate({
width: "90%",
height: "90%"
}, 1000 );
});
})
那个this多了引号 你没看出来么?我之间键盘敲的没注意,在编辑器里一下就看出来了 我测试了 你看看吧
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询