0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

update js docs page to clarify usage of images on carousel

This commit is contained in:
Mark Otto 2012-01-30 00:44:27 -08:00
parent 0f088af855
commit dc3d2b1044
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -1265,6 +1265,10 @@ $('#myCollapsible').on('hidden', function () {
<a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a>
</div>
<div class="alert alert-info">
<strong>Heads up!</strong>
When implementing this carousel, remove the images we have provided and replace them with your own.
</div>
<hr>
<h2>Using bootstrap-carousel.js</h2>
<p>Call via javascript:</p>

View File

@ -1189,6 +1189,10 @@ $('#myCollapsible').on('hidden', function () {
<a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a>
</div>
<div class="alert alert-info">
<strong>{{_i}}Heads up!{{/i}}</strong>
{{_i}}When implementing this carousel, remove the images we have provided and replace them with your own.{{/i}}
</div>
<hr>
<h2>{{_i}}Using bootstrap-carousel.js{{/i}}</h2>
<p>{{_i}}Call via javascript:{{/i}}</p>