Main Page

From Turn.js Documentation
Revision as of 21:53, 4 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

The first release of turn.js introduced a pretty simple way for adding new pages. In fact, the only thing you had to do was to add as many elements as pages you needed for your book or magazine. Quickly, this scheme brought up a problem in cases where the book contained a large amount of pages. The solution was to provide a way for creating pages on the fly. Therefore, the 3rd release of turn.js allows you to create pages dynamically.The API is also simple and consistent with the way you are familiar for setting event listeners. This new feature is the foundation in which any kind of e-reader app will be achievable.

$('selector').turn();


Options Properties Methods Events CSS Classes