diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 2 insertions, 0 deletions
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({ <p>Cycles through the carousel items from left to right.</p> <h4>.carousel('pause')</h4> <p>Stops the carousel from cycling through items.</p> + <h4>.carousel(number)</h4> + <p>Cycles the carousel to a particular frame (0 based, similar to an array).</p> <h4>.carousel('prev')</h4> <p>Cycles to the previous item.</p> <h4>.carousel('next')</h4> |
