For example,
Template.blah.events({
'click #foo': function() {
console.log("what is", this) // ?
}
})
What’s the this
referring to?
For example,
Template.blah.events({
'click #foo': function() {
console.log("what is", this) // ?
}
})
What’s the this
referring to?