RADI RAF
Pôle image Magelis
jQuery(window).scroll(function (event) { if (jQuery(window).scrollTop() <= 0) { jQuery(".logo_img").attr('style', 'width: 200px !important'); console.log(jQuery(".logo_img")); } else { jQuery(".logo_img").attr('style', 'width: 100px !important'); console.log(jQuery(".logo_img").attr('style')); } });
Aller en haut