Skip to content Skip to sidebar Skip to footer
Showing posts with the label Backbone Events

How Can I "bubble Up" Events On Nested Backbone Collections?

I have a Backbone app that uses nested collections (at least that's how I think they're cal… Read more How Can I "bubble Up" Events On Nested Backbone Collections?

Bubbling Events In Nested Backbone (marionette) Models / Collections

We have a large Marionette App, that uses Backbone.trackit to monitor unsaved changes in our Models… Read more Bubbling Events In Nested Backbone (marionette) Models / Collections

Backbone Dynamically Created 'el' Not Binding Events

Like many other users out here I have a problem with el and events. In my situation I have tested m… Read more Backbone Dynamically Created 'el' Not Binding Events

Fire Event Written In Child View In Backbone.js

I am using backbone js. suppose i have a child view called 'childView' and a parent view ca… Read more Fire Event Written In Child View In Backbone.js