Method: removePage

From Turn.js Documentation
Revision as of 01:20, 7 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

Removes a page from the flipbook

Parameter Type Description Default Value
pageNumber Number The page number to remove You must specify the parameter


Example:

// Delete the page 10
$(‘#flipbook’).turn(‘removePage’, 10);

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