Property: view
From Turn.js Documentation
Gets the current view.
Example:
var view = $("#flipbook").turn("view").join(" and ");
alert("Current view: "+view);
Gets the current view.
Example:
var view = $("#flipbook").turn("view").join(" and ");
alert("Current view: "+view);