From 373a54187ed5d1f5d00d725e6ef6b84d506f07a8 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 21 Jan 2012 23:02:29 -0800 Subject: add ability to cycle carousel to a particular frame --- docs/javascript.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 1b8af662a..7f589de4c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1323,6 +1323,8 @@ $('.myCarousel').carousel({

Cycles through the carousel items from left to right.

.carousel('pause')

Stops the carousel from cycling through items.

+

.carousel(number)

+

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

.carousel('prev')

Cycles to the previous item.

.carousel('next')

-- cgit v1.2.3