Event: first

From Turn.js Documentation
Revision as of 04:02, 7 July 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered when the current page is 1.

Argument Type Description
event Object Event Object

Example:


$("#flipbook").bind("first", function(event) {
	alert("You are at the beginning of the flipbook");
});

See also

Event: last <yambe:breadcrumb>Turn Events</yambe:breadcrumb>