Method: is
Jump to navigation
Jump to search
Detects if a selector has an instance of turn.js.
| This method does not have parameters. |
|---|
Example:
if (!$("#flipbook").turn("is")) {
// Create a new flipbook
$("#flipbook").turn();
}
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>