Method: page: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
| Page number
| Page number
| You must specify this parameter
| You must specify this parameter
|}
|}



Revision as of 01:31, 7 July 2012

Turn the page to the one specified in the parameter.

Parameter Type Description Default Value
page Number Page number You must specify this parameter

Example:

// Turn to the page 10
$("#flipbook").turn("page", 10);

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