diff options
Diffstat (limited to 'docs/javascript/carousel.md')
| -rw-r--r-- | docs/javascript/carousel.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript/carousel.md b/docs/javascript/carousel.md index d69725a59..36b302579 100644 --- a/docs/javascript/carousel.md +++ b/docs/javascript/carousel.md @@ -208,6 +208,7 @@ Bootstrap's carousel class exposes two events for hooking into carousel function - `direction`: The direction in which the carousel is sliding (either `"left"` or `"right"`). - `relatedTarget`: The DOM element that is being slid into place as the active item. +All carousel events are fired at the carousel itself (i.e. at the `<div class="carousel">`). <div class="table-responsive"> <table class="table table-bordered table-striped"> |
