27.07.2017 Views

turnjs4-api-docs

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

For example:<br />

$(‘#flipbook’).turn(‘destroy’);<br />

$(‘#flipbook’).turn(‘page’, 1);<br />

The last line will throw an error. You can also remove the<br />

container, for example:<br />

$(‘#flipbook’).turn(‘destroy’).remove();<br />

• hasPage<br />

Returns true if a page is in memory.<br />

Parameter Type Description<br />

pageNumber Number Page number.<br />

For example:<br />

if ($(‘#flipbook’).turn(‘hasPage’, 1)) {<br />

alert(‘Page 1 is already in the flipbook’);<br />

}<br />

• next<br />

• is<br />

Turns the view to the next one. For example:<br />

$(‘#flipbook’).turn(‘next’);<br />

Detects if a selector has an instance of turn.js. For example:

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!