我是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>
答案 0 :(得分:0)
试试吧
request_go(self, fdetach = False)