Skip to content
jQuery(document).ready(function() { let imgColor = jQuery('#hmd-logo-color img').attr('src'), imgOrig = jQuery('.hmd-logo-header img').attr('src'); jQuery('.hmd-logo-header').data('color', imgColor); jQuery('.hmd-logo-header').data('orig', imgOrig); jQuery('.hmd-logo-header').hover(function() { let img = jQuery('.hmd-logo-header').data('color'); jQuery('.hmd-logo-header img').attr('src', img); }, function() { let img = jQuery('.hmd-logo-header').data('orig'); jQuery('.hmd-logo-header img').attr('src', img); }); });
Arhiva
2025-12-07T19:14:31+01:00
Page load link
Go to Top