mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-08 00:25:12 -05:00
fix example code for carousel
This commit is contained in:
parent
fe30bd6055
commit
aaf1825b49
@ -1347,7 +1347,7 @@ $('#myCollapsible').on('hidden', function () {
|
|||||||
<h3>Markup</h3>
|
<h3>Markup</h3>
|
||||||
<p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
|
<p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div id="myCarousel" class="carousel">
|
<div id="myCarousel" class="carousel slide">
|
||||||
<!-- Carousel items -->
|
<!-- Carousel items -->
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<div class="active item">…</div>
|
<div class="active item">…</div>
|
||||||
|
|||||||
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@ -1270,7 +1270,7 @@ $('#myCollapsible').on('hidden', function () {
|
|||||||
<h3>{{_i}}Markup{{/i}}</h3>
|
<h3>{{_i}}Markup{{/i}}</h3>
|
||||||
<p>{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}</p>
|
<p>{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div id="myCarousel" class="carousel">
|
<div id="myCarousel" class="carousel slide">
|
||||||
<!-- {{_i}}Carousel items{{/i}} -->
|
<!-- {{_i}}Carousel items{{/i}} -->
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<div class="active item">…</div>
|
<div class="active item">…</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user