Option: pages
From Turn.js Documentation
Sets an arbitrary number of pages. If the number of pages is bigger than the number of elements in the #flipbook, it will be necessary to add those pages dynamically using the addPage method.
| Type | Default value |
|---|---|
| Number | $("#flipbook").children().length
|