[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.223.195.1: ~ $
(function($) {
    "use strict";

    $('.nav-form li.menu-item-has-children > span.arrow').click(function(){
        $(this).next('ul.sub-menu').slideToggle( 500 );
        $(this).toggleClass('active');
        return false;
    });

    $('.mobile-menu').click(function (e) {
        e.preventDefault(); // prevent the default action
        e.stopPropagation(); // stop the click from bubbling

        $('.nav-form').toggleClass('open');
        // click body one click for close menu
        $(document).one('click', function closeMenu (e){
            if ( $('.nav-form').has(e.target).length === 0){
                $('.nav-form').removeClass('open');
            } else {
                $(document).one('click', closeMenu);
            }
        });

    });


    
    // Sticky header
    if ( Education_LMS.sticky_header == 1 ) {
        var top_bar = $('.site-header');
        top_bar.wrap('<div class="site-header-wrap">');
        var top_bar_wrap = top_bar.parent();
        top_bar_wrap.addClass('no-fixed');
        top_bar_wrap.css({
            height: top_bar.outerHeight() + 'px',
            display: 'block'
        });

        $( window ).on('resize', function () {
            top_bar_wrap.removeAttr('style');
            top_bar_wrap.css({
                height: top_bar.outerHeight() + 'px',
                display: 'block'
            });
        });

        $( window ).on("scroll", function () {
            var fromTop = $(document).scrollTop();
            var _top = 0;
            var is_fixed_admin = false;
            if ( $('#wpadminbar').length > 0 ) {
                _top = $('#wpadminbar').outerHeight();
                if ( 'fixed' == $('#wpadminbar').css('position') ) {
                    is_fixed_admin = true;
                }
            }
            if ( fromTop > _top ) {
                top_bar_wrap.removeClass('no-fixed');
                top_bar_wrap.addClass('fixed');
                if (is_fixed_admin) {
                    top_bar.css('top', _top + 'px');
                } else {
                    top_bar.css('top', '0px');
                }
            } else {
                top_bar_wrap.addClass('no-fixed');
                top_bar_wrap.removeClass('fixed');
                top_bar.css('top', '0');
            }
        });
    }

    // back to top button
    if ( $('#to-top').length) {
        var scrollTrigger = 100, // px
            backToTop = function () {
                var scrollTop = $(window).scrollTop();
                if (scrollTop > scrollTrigger) {
                    $('#to-top').addClass('show');
                } else {
                    $('#to-top').removeClass('show');
                }
            };
        backToTop();
        $(window).on('scroll', function () {
            backToTop();
        });
        $('#to-top').on('click', function (e) {
            e.preventDefault();
            $('html,body').animate({
                scrollTop: 0
            }, 700);
        });
    }
    


})(jQuery);

Filemanager

Name Type Size Permission Actions
bootstrap.js File 70.39 KB 0644
bootstrap.min.js File 36.18 KB 0644
custom-customizer.js File 767 B 0644
custom.js File 3.05 KB 0644
customizer.js File 1.02 KB 0644
elementor-preview.js File 499 B 0644
slick.js File 89.31 KB 0644
slick.min.js File 41.86 KB 0644