Method: disable
From Turn.js Documentation
Disables and enables the effect. If disabled, users won’t be able to change the current page.
Parameter | Type | Description | Default Value |
---|---|---|---|
disable | Boolean | Enables or disables the effect | You must specify this parameter |
Example:
$("#flipbook").turn("disable", true);