Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/local/templates/monolitsochi/js/ |
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/local/templates/monolitsochi/js/blink.js |
(function () { $.fn.blink = function () { return this.each(function () { $(this).hover( function () { if ($(this).is(":animated")) return; $(this).animate({ opacity: 0.75 }, 150, function () { $(this).animate({ opacity: 1 }, 100, "linear"); }); }, function () {} ); }); }; })(jQuery);