默认情况下在 Bootstrap 中显示可折叠内容
在 Bootstrap 中使用 collapse in 中的 class 可默认显示可折叠的内容 −
示例
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <div class = "container"> <h2>More Quizzes</h2> <a href = "#test" class = "btn btn-info" data-toggle = "collapse">More</a> <div id = "test" class = "collapse in"> We have quizzes on Java, PHP, Ruby, C, C++, etc. as well. </div> </div> </body> </html>
广告
数据结构
网络
关系数据库管理系统
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程
C++
C#
MongoDB
MySQL
JavaScript
PHP