Method: next: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Turns the view to the next one.
{| class="wikitable"
|-
! | ''This method does not have parameters.''
|}
Example:
<pre class="javascript">
$("#flipbook").turn("next");
</pre>
You can also turn two views from the current one:
<pre class="javascript">
$("#flipbook").turn("next").turn("next");
</pre>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>

Latest revision as of 16:54, 6 July 2012

Turns the view to the next one.

This method does not have parameters.

Example:

$("#flipbook").turn("next");

You can also turn two views from the current one:

$("#flipbook").turn("next").turn("next");

<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>