Strawberry Limeade

Share:

100% Pure Juice. Just As Nature Intended.

'); printWindow.document.close(); // Print the new window printWindow.print(); printWindow.close(); }); }); jQuery(document).ready(function($) { $('.orig').click(function() { $('#ajaxsearchlite1').css({'width': '599px'}); }); $('body').click(function() { $('#ajaxsearchlite1').css({'width': '100%'}); $('.orig').val(''); }); }); // jQuery(window).scroll(function() { // var header = jQuery('#header'); // var windowHeight = jQuery(window).height(); // var scrollPos = jQuery(window).scrollTop(); // // Calculate the scroll position as a percentage of the page height // var scrollPercentage = (scrollPos / (jQuery(document).height() - windowHeight)) * 100; // // Check if the scroll percentage is greater than or equal to 20% // if (scrollPercentage >= 5) { // header.addClass('sticky-header'); // } else { // header.removeClass('sticky-header'); // } // }); jQuery(document).ready(function($){ $(".hamburger-trigger").click(function(){ $("#header").toggleClass("header-scroll-enabled"); $(".elementor-location-header").toggleClass("mob-header-container"); $(".nav-column").toggleClass("nav-column-active"); $(".elementor-element-5f1ef3e").toggleClass("mob-search-bar-show"); $(".mob-where-btn").toggleClass("mob-where-btn-show"); $(".mob-where-btn .elementor-button").css("width","220px"); }); }); jQuery(document).ready(function($) { // Function to check if the viewport width is below 768px (you can adjust this value) function isMobile() { return jQuery(window).width() < 1199; } if (isMobile()) { jQuery('.menu-item-has-children').children('a').after('+'); } // Attach click event to .plus-sign jQuery('.plus-sign').click(function() { // Toggle visibility of .main-navigation ul.menu ul jQuery('.sub-menu').slideToggle(); console.log('Clicked'); }); }); jQuery(document).ready(function($) { jQuery('.gallery-image').hover( function() { jQuery('.zoom').css('visibility', 'hidden'); }, function() { jQuery('.zoom').css('visibility', 'visible'); } ); // Wait for 2 seconds and then change the text setTimeout(function() { jQuery('.chakra-button').text('WHERE TO BUY'); }, 5000); // 2000 milliseconds = 2 seconds });