add ability to cycle carousel to a particular frame
This commit is contained in:
parent
6e490628d1
commit
373a54187e
2 changed files with 29 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue