缓解jQuery效果不起作用

时间:2014-01-26 20:40:20

标签: jquery effect easing

我是stackoverflow和jQuery的新手.. 想知道为什么宽松的效果对我来说对jQuery不起作用.. 这个小盒子正如我想要的那样弹出,但没有我设置的效果。

<script> 
$('#box').mouseover(function() 
{   
     $('#details').animate({height:'50px', marginTop:'350px'}, 
                        { duration: 600, easing: 'easeInOutBounce' }
     ); 
});
</script>

并在我设置的文件的标题中:

<script src="jquery.easing.1.3.js" type="text/javascript"></script> 
<script src="http://gsgd.co.uk/sandbox/jquery/jquery-1.2.1.js" type="text/javascript"></script> 
<script src="jquery.easing.compatibility.js" type="text/javascript"></script> 
<link rel="stylesheet" href="css/humanity/jquery-ui.custom.css" /> 
<script src="js/jquery.min.js"></script> 
<script src="js/jquery-ui.custom.min.js"></script>

1 个答案:

答案 0 :(得分:0)

试试吧

request_go(self, fdetach = False)