Comment on Why I switched to Spine.jsparentComments−dclowd990114ythis.$(selector) actually works? I usually use this.$el.find() which seems enormously inefficient...−jashkenas14yYep -- `this.$` is a jQuery lookup scoped within the view's element.http://documentcloud.github.com/backbone/#View-dollar
Comments
this.$(selector) actually works? I usually use this.$el.find() which seems enormously inefficient...
Yep -- `this.$` is a jQuery lookup scoped within the view's element.
http://documentcloud.github.com/backbone/#View-dollar