From: Jake Benilov Date: Fri, 8 Mar 2013 00:11:53 +0000 (+0000) Subject: fix grammatical mistakes in carousel docs X-Git-Tag: v3.0.0-rc1~601^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7208%2Fhead;p=thirdparty%2Fbootstrap.git fix grammatical mistakes in carousel docs --- 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 () {

Usage

Via data attributes

-

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.

Via JavaScript

Call carousel manually with: