aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-07 22:04:52 -0800
committerJacob Thornton <[email protected]>2012-02-07 22:04:52 -0800
commit04fd01d4b67b8f71fe58affb34fcf4907ccabc98 (patch)
treefe57de581bfd774d42847f7c49e6ffe2bd8b959f /docs/templates
parent139a07754303e1e53b34a0fca3b9c0a43ee5712b (diff)
downloadbootstrap-04fd01d4b67b8f71fe58affb34fcf4907ccabc98.tar.xz
bootstrap-04fd01d4b67b8f71fe58affb34fcf4907ccabc98.zip
fix docs for carousel markup
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/javascript.mustache6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index c24626f8a..3ff0ed8b6 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1228,10 +1228,12 @@ $('#myCollapsible').on('hidden', function () {
<h3>{{_i}}Markup{{/i}}</h3>
<p>{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}</p>
<pre class="prettyprint linenums">
-&lt;div class="carousel"&gt;
+&lt;div id="myCarousel" class="carousel"&gt;
&lt;!-- {{_i}}Carousel items{{/i}} --&gt;
&lt;div class="carousel-inner"&gt;
- ...
+ &lt;div class="active item"&gt;…&lt;/div&gt;
+ &lt;div class="item"&gt;…&lt;/div&gt;
+ &lt;div class="item"&gt;…&lt;/div&gt;
&lt;/div&gt;
&lt;!-- {{_i}}Carousel nav{{/i}} --&gt;
&lt;a class="carousel-control left" href="#myCarousel" data-slide="prev"&gt;&amp;lsaquo;&lt;/a&gt;