diff options
| author | Chris Rebert <[email protected]> | 2015-02-03 10:58:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-03 10:58:33 -0800 |
| commit | 012af29efc30cce902318187d367fdc1e007cf9e (patch) | |
| tree | c2653b77e9c32592c74712b6e578cc136c6ffd40 /docs/_includes/js | |
| parent | 377b220e69020aa6783447ba6d69052f9730bc3e (diff) | |
| parent | ab99374a9c281363afc4cafb61bfba2a4d91c758 (diff) | |
| download | bootstrap-012af29efc30cce902318187d367fdc1e007cf9e.tar.xz bootstrap-012af29efc30cce902318187d367fdc1e007cf9e.zip | |
Merge pull request #15740 from twbs/carousel-events-target
Clarify target of carousel events
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/carousel.html | 1 |
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><div class="carousel"></code>).</p> <div class="table-responsive"> <table class="table table-bordered table-striped bs-events-table"> <thead> |
