Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created May 24, 2009 20:52
Show Gist options
  • Save sprite2005/117250 to your computer and use it in GitHub Desktop.
Save sprite2005/117250 to your computer and use it in GitHub Desktop.
%script
:plain
document.observe('dom:loaded', function() {
$$('.user').each(function(element) {
new Tip(element, { ajax: {url: element.select('a[rel]').rel, options: {method: 'get'}} });
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment