Event: last

From Turn.js Documentation
Revision as of 02:51, 7 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

This event is triggered when the current page is the last page of the flipbook.

Argument Type Description
event Object Event Object

Example:


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

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