diff --git a/docs/javascript.html b/docs/javascript.html index 3194ce8bcf..424ee24480 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1587,7 +1587,7 @@ $('#myCollapsible').on('hidden', function () {
Use data attributes to easily control the position of the carousel. data-slide
accepts the keywords prev
or next
, which alters the slide position relative to it's current position. Alternatively, use data-slide-to
to pass a raw slide index to the carousel data-slide-to="2"
, which jump's the slide position to a particular index beginning with 0
.
Use data attributes to easily control the position of the carousel. data-slide
accepts the keywords prev
or next
, which alters the slide position relative to its current position. Alternatively, use data-slide-to
to pass a raw slide index to the carousel data-slide-to="2"
, which shifts the slide position to a particular index beginning with 0
.
Call carousel manually with: