function(){ $('.target').removeAttr('style'); }
所以我的代码是这样的:
$('#target').animate({ opacity: 'toggle',top: '+=100',},1000,function() { $('#target').removeAttr('style'); });