From aaf1825b49a5b6a197d482499f66bd931dc9bf7b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 24 May 2012 20:26:08 -0700 Subject: fix example code for carousel --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index c910a5ce5..56132300c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1347,7 +1347,7 @@ $('#myCollapsible').on('hidden', function () {

Markup

Data attributes are used for the previous and next conrols. Check out the example markup below.

-<div id="myCarousel" class="carousel">
+<div id="myCarousel" class="carousel slide">
   <!-- Carousel items -->
   <div class="carousel-inner">
     <div class="active item">…</div>
-- 
cgit v1.2.3