I’m using turn.js from github which is awesome. They have one method that lets you turn to a specific page number:
$('selector').turn('page', pageNumber);
How do I make that work using an outside link. For instance I click a link called “page #20” and it jumps to that specific page?
1 Answer