Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Thilo <bigj95t@gmail.com>2014-01-28 03:01:10 +0400
committerJulian Thilo <bigj95t@gmail.com>2014-01-28 03:01:10 +0400
commit3a62811bbde4e428df1882bddf940f40381a8d41 (patch)
tree31d76fa72804d03c250a29579f407b34481a9209 /docs/javascript.html
parent0a5cb2f9089d57bb9b027a6b39eabf8138e40aa3 (diff)
Update javascript.html
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index e9b4879ddc..b0e1287ba3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1924,7 +1924,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
<h2 id="carousel-usage">Usage</h2>
<h3>Multiple carousels</h3>
- <p>Carousels require the use of an <code>id</code> on the outermost container, <code>.carousel</code>, for carousel controls to properly function. When adding multiple carousels, or when changing a carousel's <code>id</code>, be sure to update the relevant controls.</p>
+ <p>Carousels require the use of an <code>id</code> on the outermost container, <code>.carousel</code>, for carousel controls to function properly. When adding multiple carousels, or when changing a carousel's <code>id</code>, be sure to update the relevant controls.</p>
<h3>Via data attributes</h3>
<p>Use data attributes to easily control the position of the carousel. <code>data-slide</code> accepts the keywords <code>prev</code> or <code>next</code>, which alters the slide position relative to its current position. Alternatively, use <code>data-slide-to</code> to pass a raw slide index to the carousel <code>data-slide-to="2"</code>, which shifts the slide position to a particular index beginning with <code>0</code>.</p>