diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index b0665dba8..2b5b0111b 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -203,6 +203,11 @@ $('.carousel').carousel({
Bootstrap's carousel class exposes two events for hooking into carousel functionality.
+Both events have the following additional properties:
+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.