Tag Archives: views

Re-Learning Backbone.js – Multiple Views

In this post we will learn about how a view can monitor changes or events in other views. A common scenario is to display a list of items. When the user clicks an item from the list, the details of … Continue reading

Posted in Backbone.js, JavaScript | Tagged , | Leave a comment