Learn how to code your first backbone view.
Part 03 - http://www.youtube.com/watch?v=uSkQDko09xE
Note that:
extend on Backbone is not extend in underscore, they serve very different purposes.
this.$el is more efficient than $(this.el).
_.each third argument is context, you don't need to assign to self.
(Thanks hobolooter)