Skip to content

Instantly share code, notes, and snippets.

@OscarGodson
Created October 9, 2013 23:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OscarGodson/6910633 to your computer and use it in GitHub Desktop.
Save OscarGodson/6910633 to your computer and use it in GitHub Desktop.
$('parent').addEvent('click:relay(#child)', function () {
alert('test');
});
$('parent').fireEvent('click', { target: $('child') });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment