/home/techb158/public_html/wp-content/themes/engitech/js
NameSizeModeActions
easypiechart.min.js36910666editdlrm
elementor-header.js37630666editdlrm
elementor.js283740666editdlrm
header-mobile.js7490666editdlrm
jquery.countdown.min.js13100666editdlrm
jquery.isotope.min.js356310666editdlrm
jquery.magnific-popup.min.js209470666editdlrm
royal_preloader.min.js92790666editdlrm
scripts.js80050666editdlrm
slick.min.js428630666editdlrm
Edit: /home/techb158/public_html/wp-content/themes/engitech/js/header-mobile.js (749B)
(function($) { "use strict"; /* ========================================== Header Mobile ========================================== */ // mobile_mainmenu create span $('.collapse .mobile_mainmenu li:has(ul)').prepend(''); $( "#mmenu_toggle" ).on('click', function() { $(this).toggleClass( "active" ); if ($(this).hasClass( "active" )) { $('.mobile_nav').stop(true, true).slideDown(); }else{ $('.mobile_nav').stop(true, true).slideUp(); } }); $(".mobile_mainmenu > li span.arrow").click(function() { $(this).parent().find("> ul").stop(true, true).slideToggle() $(this).toggleClass( "active" ); }); })(jQuery);