Method: destroy
From Turn.js Documentation
(Difference between revisions)
Line 13: | Line 13: | ||
− | You can also remove the container | + | You can also remove the container <tt>#flipbook</tt>, for example: |
<pre class="javascript"> | <pre class="javascript"> |
Latest revision as of 18:35, 8 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.