Bootstrap implements collapsible grouped side navigation menu
This article mainly introduces the relevant information of Bootstrap to implement foldable grouped side navigation menu. Friends in need can refer to the
renderings:
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! --> <title>表格</title> <meta name="keywords" content="侧边导航菜单(可分组折叠)"> <meta name="description" content="侧边导航菜单(可分组折叠)" /> <meta name="HandheldFriendly" content="True" /> <link rel="shortcut icon" href="img/favicon.ico" rel="external nofollow" > <!-- Bootstrap3.3.5 CSS --> <link href="css/bootstrap.min.css" rel="external nofollow" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style> .panel-group{max-height:770px;overflow: auto;} .leftMenu{margin:10px;margin-top:5px;} .leftMenu .panel-heading{font-size:14px;padding-left:20px;height:36px;line-height:36px;color:white;position:relative;cursor:pointer;}/*转成手形图标*/ .leftMenu .panel-heading span{position:absolute;right:10px;top:12px;} .leftMenu .menu-item-left{padding: 2px; background: transparent; border:1px solid transparent;border-radius: 6px;} .leftMenu .menu-item-left:hover{background:#C4E3F3;border:1px solid #1E90FF;} </style> </head> <body> <p class="row"> <p class="col-md-2"> <p class="panel-group table-responsive" role="tablist"> <p class="panel panel-primary leftMenu"> <!-- 利用data-target指定要折叠的分组列表 --> <p class="panel-heading" id="collapseListGroupHeading1" data-toggle="collapse" data-target="#collapseListGroup1" role="tab" > <h4 class="panel-title"> 分组1 <span class="glyphicon glyphicon-chevron-up right"></span> </h4> </p> <!-- .panel-collapse和.collapse标明折叠元素 .in表示要显示出来 --> <p id="collapseListGroup1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="collapseListGroupHeading1"> <ul class="list-group"> <li class="list-group-item"> <!-- 利用data-target指定URL --> <button class="menu-item-left" data-target="test2.html"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-1 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-2 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-3 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-4 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-5 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-6 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-7 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-8 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-9 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-10 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项1-11 </button> </li> </ul> </p> </p><!--panel end--> <p class="panel panel-primary leftMenu"> <p class="panel-heading" id="collapseListGroupHeading2" data-toggle="collapse" data-target="#collapseListGroup2" role="tab" > <h4 class="panel-title"> 分组2 <span class="glyphicon glyphicon-chevron-down right"></span> </h4> </p> <p id="collapseListGroup2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="collapseListGroupHeading2"> <ul class="list-group"> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项2-1 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项2-2 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项2-3 </button> </li> <li class="list-group-item"> <button class="menu-item-left"> <span class="glyphicon glyphicon-triangle-right"></span>分组项2-4 </button> </li> </ul> </p> </p> </p> </p> <p class="col-md-10"> 内容 </p> </p> <!-- jQuery1.11.3 (necessary for Bo otstrap's JavaScript plugins) --> <script src="js/jquery-1.11.3.min.js "></script> <!-- Include all compiled plugins (below), or include inpidual files as needed --> <script src="js/bootstrap.min.js "></script> <script> $(function(){ $(".panel-heading").click(function(e){ /*切换折叠指示图标*/ $(this).find("span").toggleClass("glyphicon-chevron-down"); $(this).find("span").toggleClass("glyphicon-chevron-up"); }); }); </script> </body> </html>
AngularJS implements ng-keyup event example for dynamically increased DOM
Webpack method of packaging js
vue Example of a simple auto-complete input box
##
The above is the detailed content of Bootstrap implements collapsible grouped side navigation menu. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

How to use Bootstrap to get the value of the search bar: Determines the ID or name of the search bar. Use JavaScript to get DOM elements. Gets the value of the element. Perform the required actions.

Use Bootstrap to implement vertical centering: flexbox method: Use the d-flex, justify-content-center, and align-items-center classes to place elements in the flexbox container. align-items-center class method: For browsers that do not support flexbox, use the align-items-center class, provided that the parent element has a defined height.

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-
