Event: first: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 20: Line 20:


</pre>
</pre>
== See also==
[[Event: last|Event: last]]
<yambe:breadcrumb>Turn Events</yambe:breadcrumb>
<yambe:breadcrumb>Turn Events</yambe:breadcrumb>

Latest revision as of 04:02, 7 July 2012

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>