HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/www/templates/it_zen/assets/js/makefixed.min.js
jQuery.fn.makeFixed=function(t){var o,e,i=jQuery(this).selector,f={cIsFixed:"data-mfx-is-fixed",cPosition:"data-mfx-current-position",cLeft:"data-mfx-current-left",cTop:"data-mfx-current-top",cWidth:"data-mfx-current-width",cZIndex:"data-mfx-current-zindex",fLeft:"data-mfx-left",fTop:"data-mfx-top",fWidth:"data-mfx-width",fAtPos:"data-mfx-fix-at",fTopPos:"data-mfx-top-position"},a=function(t){jQuery(t).removeAttr(f.fLeft+" "+f.fWidth+" "+f.cLeft+" "+f.cTop+" "+f.cWidth+" "+f.cZIndex)};jQuery(window).scroll(function(){var n=jQuery(window).scrollTop();jQuery(i).each(function(){o=jQuery(this),e=this,o.attr(f.fLeft)||o.attr(f.fLeft,o.offset().left+"px"),o.attr(f.fWidth)||o.attr(f.fWidth,o.width()+"px"),o.attr(f.cPosition)||o.attr(f.cPosition,o.css("position")),o.attr(f.cLeft)||o.attr(f.cLeft,o.css("left")),o.attr(f.cTop)||o.attr(f.cTop,o.css("top")),o.attr(f.cWidth)||o.attr(f.cWidth,o.css("width")),o.attr(f.cZIndex)||o.attr(f.cZIndex,o.css("z-index")),o.attr(f.fAtPos)||o.attr(f.fAtPos,o.offset().top),o.attr(f.fAtPos)<=n?(o.attr(f.cIsFixed,1),o.css({})):(o.attr(f.cIsFixed,0),o.css({}),a(e)),1==o.attr(f.cIsFixed)&&t&&t.onFixed&&"function"==typeof t.onFixed&&t.onFixed(e),0==o.attr(f.cIsFixed)&&t&&t.onUnFixed&&"function"==typeof t.onUnFixed&&t.onUnFixed(e),jQuery(window).off("orientationchange").on("orientationchange",function(){o.css({}),a(e)})})})};