Is there a way to find elements in a template (like templateInstance.$) but not including sub-templates?
No Meteor way that I know.
Maybe with a css selectors: this.$('.wantThis:not(.dontWantThis) *')
Is there a way to find elements in a template (like templateInstance.$) but not including sub-templates?
No Meteor way that I know.
Maybe with a css selectors: this.$('.wantThis:not(.dontWantThis) *')