Skip to content

Instantly share code, notes, and snippets.

@tivac
Created April 20, 2010 22:18
Show Gist options
  • Select an option

  • Save tivac/373157 to your computer and use it in GitHub Desktop.

Select an option

Save tivac/373157 to your computer and use it in GitHub Desktop.
//work around for http://yuilibrary.com/projects/yui3/ticket/2528799
gallery = selectedLink.get("rel").match(/\[(.*)\]/)[1];
// If image is part of a set...
Y.all(selectedLink.get("tagName") + "[href][rel*=" + gallery + "]").each(function () {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment