backbone.js
Preferred way of creating links with backbone.js
I\'m trying to wrap my head around backbone.js but I\'m finding it hard due to the lack of (IMO) good examples.[详细]
2023-04-10 15:55 分类:问答zombie.js browser.fire not working with Backbone.Events
The browser.fire method does not seem to trigger event handlers attached through Backbone.Events. (it works fine for other cases such as clicking anchor tags/buttons)[详细]
2023-04-10 15:54 分类:问答Delete models and collections
Using Backbone.js: When a user logs out is it normal to delete a bunch of models and collections? That\'s 开发者_高级运维what I plan to do in my application to prevent zombie data/bindings but I do[详细]
2023-04-10 15:18 分类:问答Backbone.js source read-through
I\'m reading through the Backbone.js source and am somewhat confused by these lines (L230-238, v0.5.3)[详细]
2023-04-10 12:34 分类:问答d3 + Backbone: updating elements for which data has changed
I\'m using d3 with Backbone.js models. When the model attributes change, an event is fired and the model is marked with a hasChanged() flag and it retu开发者_运维技巧rns a changedAttributes() hash. I[详细]
2023-04-10 12:00 分类:问答Backbone View Nesting
I\'m running around in circles seemingly missing something in my current app implementing backbone.js.The problem is I have a master AppView, which initializes various subviews (a graph, a table of in[详细]
2023-04-10 10:58 分类:问答Should views set model data?
I\'m just trying to figure out a probably simple question. 开发者_如何学编程Should views set model data directly or only call model methods that change their own data?like everything else in softwar[详细]
2023-04-10 09:37 分类:问答Uncaught TypeError: Object [object DOMWindow] has no method 'set' on backbone-min.js
I am receiving this error message when including backbone in my application, Uncaught TypeError: Object [object DOMWindow] has no method \'set\'[详细]
2023-04-10 09:25 分类:问答Backbone.js view instance variables?
I\'m learning Backbone.js and am trying to figure out whether it\'s possible to have instance variables in Backbone views.[详细]
2023-04-10 08:56 分类:问答Backbone events not firing
I know other posts have been made regarding this, but so far the answers I\'ve seen have not been helpful, and slightly different from my situation.[详细]
2023-04-10 08:54 分类:问答