7.20. Bootstrap5 folding

发布时间 : 2025-10-25 13:35:30 UTC      

Page Views: 16 views

Bootstrap5 folding can easily show and hide content.

7.20.1. Example

<button data-bs-toggle="collapse" data-bs-target="#demo">foldbutton>

<div id="demo" class="collapse">
Here are some test contents...
div>
   

Case analysis

.collapse class is used to specify a collapse element (< div > in the instance); clicking the button switches between hiding and showing.

To control the hiding and display of content, you need to use the or