diff options
| author | fat <[email protected]> | 2012-12-19 23:25:25 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2012-12-19 23:25:25 -0800 |
| commit | 7f9ff0ba5b679914defd8bdd45bcf930ee201286 (patch) | |
| tree | c82e4853b9607f6d94d323ba202a574cc8a3f168 /docs/templates | |
| parent | e9eff0cbffdd4381ee990e6fc78bee6caec92a00 (diff) | |
| download | bootstrap-7f9ff0ba5b679914defd8bdd45bcf930ee201286.tar.xz bootstrap-7f9ff0ba5b679914defd8bdd45bcf930ee201286.zip | |
add js support for carousel indicators
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index e6b3f812a..1763619b4 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1352,6 +1352,11 @@ $('#myCollapsible').on('hidden', function () { <p>{{_i}}The slideshow below shows a generic plugin and component for cycling through elements like a carousel.{{/i}}</p> <div class="bs-docs-example"> <div id="myCarousel" class="carousel slide"> + <ol class="carousel-indicators"> + <li class="active"></li> + <li></li> + <li></li> + </ol> <div class="carousel-inner"> <div class="item active"> <img src="assets/img/bootstrap-mdo-sfmoma-01.jpg" alt=""> |
