docs
_includes
callout-danger-async-methods.md +7 -0
components
carousel.md +6 -3
collapse.md +6 -3
modal.md +3 -0
navs.md +3 -0
popovers.md +3 -0
tooltips.md +3 -0
getting-started
javascript.md +38 -17
js
src
carousel.js +4 -6
collapse.js +4 -10
modal.js +10 -9
tooltip.js +12 -20
tests/visual
carousel.html +2 -22
collapse.html +0 -25
modal.html +0 -21
tooltip.html +0 -19
+ 7
- 0
+ 6
- 3
@@ -229,6 +229,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
@@ -249,15 +252,15 @@ Stops the carousel from cycling through items.
+ 6
- 3
@@ -178,6 +178,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
@@ -190,15 +193,15 @@ $('#myCollapsible').collapse({
+ 3
- 0
@@ -547,6 +547,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
+ 3
- 0
@@ -404,6 +404,9 @@ To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must a