diff --git a/docs/javascript.html b/docs/javascript.html index 612724c79..3ec360acf 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1302,7 +1302,7 @@ $('#myCollapsible').on('hidden', function () {
Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.
+Data attributes are used for the previous and next conrols. Check out the example markup below.
<div id="myCarousel" class="carousel">
<!-- Carousel items -->
@@ -1335,7 +1335,7 @@ $('.myCarousel').carousel({
.carousel('next')
Cycles to the next item.
Events
- Bootstrap's modal class exposes a few events for hooking into modal functionality.
+ Bootstrap's carousel class exposes two events for hooking into carousel functionality.
{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}
+{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}
<div id="myCarousel" class="carousel">
<!-- {{_i}}Carousel items{{/i}} -->
@@ -1259,7 +1259,7 @@ $('.myCarousel').carousel({
.carousel('next')
{{_i}}Cycles to the next item.{{/i}}
{{_i}}Events{{/i}}
- {{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}
+ {{_i}}Bootstrap's carousel class exposes two events for hooking into carousel functionality.{{/i}}