if( $(elem).is(‘:animated’) ) {…}
要么:
$(elem) .css('overflow' ,'hidden') .animate({}, function(){ // Callback function $(this).css('overflow', 'auto'); };
if( $(elem).is(‘:animated’) ) {…}
要么:
$(elem) .css('overflow' ,'hidden') .animate({}, function(){ // Callback function $(this).css('overflow', 'auto'); };