Method: destroy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
==See also== | ==See also== | ||
[[Zoom Method: destroy|Destroying the zoom viewport. | [[Zoom Method: destroy|Destroying the zoom viewport]]. | ||
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb> | <yambe:breadcrumb>Turn Methods</yambe:breadcrumb> | ||
Revision as of 01:32, 9 July 2012
Destroys the flipbook. That is, it removes all the pages from the DOM tree and memory as well as event listeners.
| This method does not have parameters. |
|---|
Example:
$("#flipbook").turn("destroy");
You can also remove the container (#flipbook), for example:
$("#flipbook").turn("destroy").remove();
Note: Destroying a flipbook will automatically destroy the zoom viewport if defined.
See also
Destroying the zoom viewport. <yambe:breadcrumb>Turn Methods</yambe:breadcrumb>