object = objects.eq(index)
objects = $(".toChange"); objects.each(function (index) { this.animate({opacity: 0}, 500); // или $(this).animate({opacity: 0}, 500); });