Skip to content

Instantly share code, notes, and snippets.

@mfd
Created December 2, 2016 09:55
Show Gist options
  • Save mfd/31a399a92efe72e1d37e5e9a666f3ca8 to your computer and use it in GitHub Desktop.
Save mfd/31a399a92efe72e1d37e5e9a666f3ca8 to your computer and use it in GitHub Desktop.
aui delegate
A.one('.link').delegate('click',function(event) {
event.preventDefault();
console.log('hahaha');
},
'a'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment