diff options
| author | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
| commit | 44447eeefe61dbb16cab59900c3c061d9f207fbc (patch) | |
| tree | 525d43bc16fc00e4d7972c4e3dcc585a1b3f66a3 /docs/_includes/js/carousel.html | |
| parent | c022d88ac5674410fbba00c1c869c4da16fc0067 (diff) | |
| download | bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.tar.xz bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.zip | |
Give all embedded live docs examples data-example-id attrs
Refs #11410
Diffstat (limited to 'docs/_includes/js/carousel.html')
| -rw-r--r-- | docs/_includes/js/carousel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index abd2890b8..bf2fbecec 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -4,7 +4,7 @@ <p>A slideshow component for cycling through elements, like a carousel. <strong>Nested carousels are not supported.</strong></p> <h2 id="carousel-examples">Examples</h2> - <div class="bs-example"> + <div class="bs-example" data-example-id="simple-carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> @@ -87,7 +87,7 @@ <h3>Optional captions</h3> <p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="carousel-with-captions"> <div id="carousel-example-captions" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carousel-example-captions" data-slide-to="0" class="active"></li> |
