JS 概念
Plugin
- JS Affix (附加巡覽)
- JS Alert (警告視窗)
- JS Button (按鈕)
- JS Carousel (輪播)
- JS Collapse (折疊)
- JS Dropdown (下拉選單)
- JS Modal (互動視窗)
- JS Popover (彈出視窗)
- JS Scrollspy (滑動監聽)
- JS Tab (頁籤)
- JS Tooltip (提示框)
自訂屬性
自訂資料屬性是用於儲存頁面或應用程式私有的自訂資料,應對在沒有適合的屬性或元素的情況下。 >>> W3C 規範。
規則:data-*
bootstrap 內建的自訂屬性
- data-target
- data-toggle
- data-dismiss 取消
- data-spy
- data-placement
- data-content
- data-animation
- data-loading-text
- data-complete-text
- data-parent
- data-slide
- data-ride
擴充 JS
npm install bootstrap-treeview
- 添加 bootstrap-treeview.min.js
添加 bootstrap-treeview.min.css
- Demo