Backbone.js Tutorial Part 12 - Backbone.js Views: Handling the Model Events

preview_player
Показать описание


I'll also give you cheat sheets and assignments to put what you learn in practice. You'll also get the benefit of asking me any questions and I'll help you out throughout your learning.

If you’re interested, you can get the course with a discount coupon here:

Take my full 4-hour Udemy course to also learn about:

Get the full course with 30% discount here:

Facebook

Twitter
Рекомендации по теме
Комментарии
Автор

What is the last this?

this.model.on("change", this.render, this) ????

What significa this in this last param into parentesi?

ziobenny
Автор

It is better to use "listenTo" instead of "on".

JosephGenchik