Event: first
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>