mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-12 06:55:04 -05:00
add js support for carousel indicators
This commit is contained in:
5
docs/templates/pages/javascript.mustache
vendored
5
docs/templates/pages/javascript.mustache
vendored
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user