fbpx
logo

Top Tips for Saving Money on Fuel

In today’s fast-paced world, where fuel prices seem to be constantly on the rise, finding ways to save money on fuel has become a

Ultimate Guide to Electric Vehicle Tax Credits

Electric vehicles (EVs) are becoming increasingly popular due to their environmental benefits and potential long-term cost savings. One of the most significant ways to maximize your

Categories

Trending posts

Subscribe

Subscribe to our newsletter to say updated with us.
© 2024 ALL RIGHT RESERVED ADVICE GURU
), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file. End of comment */ jQuery(document).ready(function( $ ){ if(jQuery(window).width()<768){ /* $(window).scroll(function(e){ var $el = $('.fixedElement'); var isPositionFixed = ($el.css('position') == 'fixed'); if ($(this).scrollTop() > 200 && !isPositionFixed){ $el.css({'position': 'fixed', 'top': '85vh'}); } if ($(this).scrollTop() < 200 && isPositionFixed){ $el.css({'position': 'static', 'top': '85vh'}); } }); */ var fixmeTop = $('.fixedElement').offset().top; $('.fixedElement').css({ position: 'fixed', top: '60vh', left: '0' }); $(window).scroll(function() { var currentScroll = $(window).scrollTop(); if (currentScroll <= fixmeTop) { $('.fixedElement').css({ position: 'fixed', top: '60vh', left: '0' }); } else { $('.fixedElement').css({ position: 'static' }); } }); } });