From 457885075f8fa004f3a190efdcf381af218e1bb7 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 25 Feb 2015 04:00:37 +0200 Subject: Javascript docs: Accessibility and cosmetic changes to headings. Closes #15915 by merging it. --- docs/_includes/js/carousel.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/js/carousel.html') diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 6234032fb..7d9d78367 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -195,7 +195,7 @@ $('.carousel').carousel() -

.carousel(options)

+

.carousel(options)

Initializes the carousel with an optional options object and starts cycling through items.

{% highlight js %} $('.carousel').carousel({ @@ -203,20 +203,20 @@ $('.carousel').carousel({ }) {% endhighlight %} -

.carousel('cycle')

+

.carousel('cycle')

Cycles through the carousel items from left to right.

-

.carousel('pause')

+

.carousel('pause')

Stops the carousel from cycling through items.

-

.carousel(number)

+

.carousel(number)

Cycles the carousel to a particular frame (0 based, similar to an array).

-

.carousel('prev')

+

.carousel('prev')

Cycles to the previous item.

-

.carousel('next')

+

.carousel('next')

Cycles to the next item.

-- cgit v1.2.3