Property: display: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Gets the current display. It can be <tt>single</tt> or <tt>double</tt>.
Gets the current display. It can be either <tt>single</tt> or <tt>double</tt>.


Example:
Example:

Revision as of 04:04, 6 July 2012

Gets the current display. It can be either single or double.

Example:

alert('The current display is: ' + $("#flipbook").turn("display"));

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>