Skip to content

Instantly share code, notes, and snippets.

@devigned
Created February 19, 2011 23:30
Show Gist options
  • Select an option

  • Save devigned/835500 to your computer and use it in GitHub Desktop.

Select an option

Save devigned/835500 to your computer and use it in GitHub Desktop.
document.observe('click', (function(event){
var target = event.findElement('a[rel^=transition]') || event.findElement('area[rel^=transition]');
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment