$(".image-div").not(this).each(function() { if ($(this).css('width') == '500px') { $(this).animate({ width: '250px' },500,function() { // Animation complete. }); } });
换句话说,与此相反的是:==
谢谢