Skip to content

Instantly share code, notes, and snippets.

@tdominey
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdominey/7656845c74de89650bfd to your computer and use it in GitHub Desktop.
Save tdominey/7656845c74de89650bfd to your computer and use it in GitHub Desktop.
Return album title when Pulse is displaying featured albums or a single album
pulse.on( 'transitionstart', function(e) {
var data = e.data.parent;
console.log(data.title);
console.log($K.formattedDate(data.published_on));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment