Skip to content

Instantly share code, notes, and snippets.

@hadijaveed
Created October 18, 2016 20:10
Show Gist options
  • Save hadijaveed/f75b98a81c6fc43ea3379087e3487570 to your computer and use it in GitHub Desktop.
Save hadijaveed/f75b98a81c6fc43ea3379087e3487570 to your computer and use it in GitHub Desktop.
// non-delegated events
ReactiveHbs.onRendered(function() {
let self = this;
$('button[type="submit"]').on('click', (e) => {
e.preventDefault();
self.set('someData', $(elem).attr('data-text'));
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment