Skip to content

Instantly share code, notes, and snippets.

@jgdovin
Created April 3, 2015 16:18
Show Gist options
  • Save jgdovin/267eae720d7196d06213 to your computer and use it in GitHub Desktop.
Save jgdovin/267eae720d7196d06213 to your computer and use it in GitHub Desktop.
Template.QuoteSelect.events({
"click .reactive-table tr" : function(event) {
if (event.target.parentNode.className == 'name') {
console.log(this);
}
event.preventDefault();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment