Property: pages: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Gets the number of pages within the flipbook.
For example:
<pre class="javascript">
alert("#flipbook has " + $(‘#flipbook’).turn("pages") + " pages");
</pre>
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>

Revision as of 04:08, 6 July 2012

Gets the number of pages within the flipbook.

For example:

alert("#flipbook has " + $(‘#flipbook’).turn("pages") + " pages");

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>