Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomstuart/431278 to your computer and use it in GitHub Desktop.
Save tomstuart/431278 to your computer and use it in GitHub Desktop.
$('[id|=progress-item]').click(function(event) {
var id = $(this).attr('id');
reader.moveToArticle(id.substr(id.lastIndexOf('-') + 1));
event.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment