adminLTE2.4.18 bootstrap3 左侧菜单高亮

Posted dafei4

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adminLTE2.4.18 bootstrap3 左侧菜单高亮相关的知识,希望对你有一定的参考价值。

adminLTE2.4.18  bootstrap3  左侧菜单高亮 

    //菜单
    $(function()
        console.log(‘eeeeeeeeee‘);
        $(‘.sidebar-menu li:not(.treeview) > a‘).on(‘click‘, function()
            var $parent = $(this).parent().addClass(‘active‘);
            $parent.siblings(‘.treeview.active‘).find(‘> a‘).trigger(‘click‘);
            $parent.siblings().removeClass(‘active‘).find(‘li‘).removeClass(‘active‘);
        );

        $(window).on(‘load‘, function()
            $(‘.sidebar-menu a‘).each(function()
                if(this.href === window.location.href)
                    $(this).parent().addClass(‘active‘)
                        .closest(‘.treeview-menu‘).addClass(‘.menu-open‘)
                        .closest(‘.treeview‘).addClass(‘active‘);
                
            );
        );
    );

 

以上是关于adminLTE2.4.18 bootstrap3 左侧菜单高亮的主要内容,如果未能解决你的问题,请参考以下文章

Bootstrap简介

学习 Bootstrap 5 之 Bootstrap 和 Breakpoints

Bootstrap 5 仍然推荐使用 Bootstrap-vue?

bootstrap-flex、bootstrap-grid 和 bootstrap-reboot 的区别

Bootstrap颜色选择器是一个用于Bootstrap的模块化颜色选择器插件。

bootstrap优点