![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/vw-solar-energy/assets/js/ |
function vw_solar_energy_menu_open_nav() { window.vw_solar_energy_responsiveMenu=true; jQuery(".sidenav").addClass('show'); } function vw_solar_energy_menu_close_nav() { window.vw_solar_energy_responsiveMenu=false; jQuery(".sidenav").removeClass('show'); } jQuery(function($){ "use strict"; jQuery('.main-menu > ul').superfish({ delay: 500, animation: {opacity:'show',height:'show'}, speed: 'fast' }); }); jQuery(document).ready(function () { window.vw_solar_energy_currentfocus=null; vw_solar_energy_checkfocusdElement(); var vw_solar_energy_body = document.querySelector('body'); vw_solar_energy_body.addEventListener('keyup', vw_solar_energy_check_tab_press); var vw_solar_energy_gotoHome = false; var vw_solar_energy_gotoClose = false; window.vw_solar_energy_responsiveMenu=false; function vw_solar_energy_checkfocusdElement(){ if(window.vw_solar_energy_currentfocus=document.activeElement.className){ window.vw_solar_energy_currentfocus=document.activeElement.className; } } function vw_solar_energy_check_tab_press(e) { "use strict"; e = e || event; var activeElement; if(window.innerWidth < 999){ if (e.keyCode == 9) { if(window.vw_solar_energy_responsiveMenu){ if (!e.shiftKey) { if(vw_solar_energy_gotoHome) { jQuery( ".main-menu ul:first li:first a:first-child" ).focus(); } } if (jQuery("a.closebtn.mobile-menu").is(":focus")) { vw_solar_energy_gotoHome = true; } else { vw_solar_energy_gotoHome = false; } }else{ if(window.vw_solar_energy_currentfocus=="responsivetoggle"){ jQuery( "" ).focus(); }}} } if (e.shiftKey && e.keyCode == 9) { if(window.innerWidth < 999){ if(window.vw_solar_energy_currentfocus=="header-search"){ jQuery(".responsivetoggle").focus(); }else{ if(window.vw_solar_energy_responsiveMenu){ if(vw_solar_energy_gotoClose){ jQuery("a.closebtn.mobile-menu").focus(); } if (jQuery( ".main-menu ul:first li:first a:first-child" ).is(":focus")) { vw_solar_energy_gotoClose = true; } else { vw_solar_energy_gotoClose = false; } }else{ if(window.vw_solar_energy_responsiveMenu){ }}}} } vw_solar_energy_checkfocusdElement(); } }); (function( $ ) { jQuery(window).load(function() { jQuery("#status").fadeOut(); jQuery("#preloader").delay(1000).fadeOut("slow"); }) $(window).scroll(function(){ var sticky = $('.header-sticky'), scroll = $(window).scrollTop(); if (scroll >= 100) sticky.addClass('header-fixed'); else sticky.removeClass('header-fixed'); }); $(document).ready(function () { $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('.scrollup i').fadeIn(); } else { $('.scrollup i').fadeOut(); } }); $('.scrollup i').click(function () { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); }); })( jQuery );