Method: disable: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
 
Line 21: Line 21:
</pre>
</pre>


==See alsos==
==See also==
* [[Property: disabled|Property: disabled]]
* [[Property: disabled|Property: disabled]]
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>

Latest revision as of 00:54, 26 October 2022

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);

See also

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