aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-03 10:53:33 -0800
committerChris Rebert <[email protected]>2015-02-03 10:53:33 -0800
commitab99374a9c281363afc4cafb61bfba2a4d91c758 (patch)
tree14f54351b5450e90ba98fefb6be55fc816b35bb0 /docs
parent391054fa2d50d0e19a2be852ca1a4bc0c356bb56 (diff)
downloadbootstrap-ab99374a9c281363afc4cafb61bfba2a4d91c758.tar.xz
bootstrap-ab99374a9c281363afc4cafb61bfba2a4d91c758.zip
Clarify target of carousel events
[skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/carousel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html
index e50708ae1..6234032fb 100644
--- a/docs/_includes/js/carousel.html
+++ b/docs/_includes/js/carousel.html
@@ -226,6 +226,7 @@ $('.carousel').carousel({
<li><code>direction</code>: The direction in which the carousel is sliding (either <code>"left"</code> or <code>"right"</code>).</li>
<li><code>relatedTarget</code>: The DOM element that is being slid into place as the active item.</li>
</ul>
+ <p>All carousel events are fired at the carousel itself (i.e. at the <code>&lt;div class="carousel"&gt;</code>).</p>
<div class="table-responsive">
<table class="table table-bordered table-striped bs-events-table">
<thead>