我可以做以下工作,完全打破第...页。 如果我履行追随职能,......我不敢确定我做错做什么......。
$(document).ready(function() {
var easing = easeOutBounce ;
$( #cont ).click(function() {
$( #cont ).animate({width: 400px }, {duration:1000, easing: easing, complete:function(){ $(this).html("Animation Completed");});
$( #conttwo ).animate({width: 100px }, {duration:1000, easing: easing});
$( #contthree ).animate({width: 100px }, {duration:1000, easing: easing});
});