Bootstrap 5一級菜單改成可以點擊

          發布時間:2025-06-13點擊次數:25

          if ($(window).width() >= 992) {

                $('.navbar .dropdown > .nav-link').on('click', function(e) {

                  // 如果點擊的是有下拉菜單的鏈接

                  if ($(this).next('.dropdown-menu').length) {

                    // 阻止默認的Bootstrap事件

                    e.preventDefault();

                    e.stopPropagation();


                    // 如果當前是展開狀態則跳轉,否則先展開

                    if ($(this).parent().hasClass('show')) {

                      window.location.href = $(this).attr('href');

                    } else {

                      $(this).parent().addClass('show');

                      $(this).next('.dropdown-menu').addClass('show');

                    }

                  }

                });


                // 鼠標懸停展開下拉菜單

                $('.navbar .dropdown').hover(function() {

                  $(this).addClass('show');

                  $(this).find('.dropdown-menu').addClass('show');

                }, function() {

                  $(this).removeClass('show');

                  $(this).find('.dropdown-menu').removeClass('show');

                });

              }


          主站蜘蛛池模板: 克东县| 汝城县| 平利县| 云霄县| 新安县| 南昌县| 静宁县| 邵武市| 台湾省| 合江县| 苏尼特左旗| 黑河市| 南靖县| 洱源县| 镇康县| 南宫市| 舟山市| 固阳县| 绿春县| 汉寿县| 浦江县| 贡山| 油尖旺区| 建始县| 新野县| 新沂市| 柏乡县| 汶川县| 邢台市| 犍为县| 应用必备| 时尚| 唐河县| 内江市| 文安县| 鸡东县| 淮滨县| 理塘县| 蒲城县| 柞水县| 邻水|