Skip to content

Instantly share code, notes, and snippets.

@laurendavissmith
Created August 21, 2013 17:21
Show Gist options
  • Save laurendavissmith/6297307 to your computer and use it in GitHub Desktop.
Save laurendavissmith/6297307 to your computer and use it in GitHub Desktop.
print pulse image ids to browser console
pulse.on('dataloaded', function(e) {
$.each(e.items, function() {
console.log(this.id);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment