diff options
| author | Mark Otto <[email protected]> | 2012-01-30 00:44:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 00:44:27 -0800 |
| commit | dc3d2b1044afa5633291f856b451543f17ecd690 (patch) | |
| tree | 9ff5d6a6cba8056f35e2e3366d5498fb9ccbbcc1 /docs/javascript.html | |
| parent | 0f088af855908dc2e093772cfcf54c30893b952a (diff) | |
| download | bootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.tar.xz bootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.zip | |
update js docs page to clarify usage of images on carousel
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index c4c3dd72a..8e1569026 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1265,6 +1265,10 @@ $('#myCollapsible').on('hidden', function () { <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a> <a class="right carousel-control" href="#myCarousel" data-slide="next">›</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> |
