What's the difference between: $(this.el).html and this.$el.html

Viewed 36877

What's the difference between:

$(this.el).html

and

this.$el.html

Reading a few backbone examples and some do it one way and other another way.

6 Answers
Related