var cvet; obj .hover(function(){ var cvet = this.attr('fill'); this.animate({ fill: '#52B800' }, 300); }, function(){ alert(cvet); this.animate({ fill:cvet }, 300); });