为了账号安全,请及时绑定邮箱和手机立即绑定

请教为什么下面代码没实现慕课课程图片放大缩小的效果

请教为什么下面代码没实现慕课课程图片放大缩小的效果

牵袏手_卟离 2014-10-30 18:03:25
<style>*{margin:0;padding:0;}#Div{width:300px;height:180px;margin:200px auto;border:2px solid #999999; overflow:hidden;}</style><body><div id="Div">  <img src="images/1.jpg" alt="" /></div><script>$(document).ready(function(){  $("#Div img").hover(    function(){         $(this).animate({width:'330px',height:'210px'},500)    };    function(){         $(this).animate({width:'300px',height:'180px'},500)    };   );});</script></body>
查看完整描述

1 回答

?
Tracy_

TA贡献24条经验 获得超4个赞

 function(){

         $(this).animate({width:'330px',height:'210px'},500)

    },

    function(){

         $(this).animate({width:'300px',height:'180px'},500)

    };

两个函数中间的分号改成逗号试试

查看完整回答
反对 回复 2014-10-30
  • 1 回答
  • 0 关注
  • 1523 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信