Skip to content

Instantly share code, notes, and snippets.

@joseph
Created October 6, 2010 22:15
Show Gist options
  • Save joseph/614203 to your computer and use it in GitHub Desktop.
Save joseph/614203 to your computer and use it in GitHub Desktop.
<!-- Assuming you have a Monocle reader in the global 'reader' variable -->
<div onclick="reader.moveTo({ direction: -1 });">Previous page</div>
<div onclick="reader.moveTo({ direction: 1 });">Next page</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment