backbone.js
Backbone.js view inheritance
I have a view called Pannel which is just a background with a close button. I want to extend that view to one cal开发者_JS百科led PannelAdvanced. How would I do that with backbone.js?[详细]
2023-04-12 04:20 分类:问答backbone.js app odd behavior with views
trying to wrap my head around backbone.js and so far I like what I\'m seeing.I have a question about views that I\'m not quite understanding.I\'m creating a demo app that uses a form input to append a[详细]
2023-04-12 03:25 分类:问答How do I convert a filtered collection to JSON with Backbone.js?
So I have a collection in Backbone for a list of events. This collection has a method on it which filters the list based on a list of categories passed to it.[详细]
2023-04-12 01:40 分类:问答Getting the sum of a collection (all models) with backbone.js
I\'m just learning backbone. I have the following window.ServerList = Backbone.Collection.extend({ model: Server,[详细]
2023-04-11 22:32 分类:问答Batch Backbone.js events?
My app\'s framework is built around collapsing backbone models sending the data via websockets and updating models on other clients with the data. My question is how开发者_开发问答 should I batch thes[详细]
2023-04-11 20:07 分类:问答Using google maps with backbone.js
I am trying to use Google maps with backbone.js. So I created a view as below. But this isn\'t working for me. Any inputs?[详细]
2023-04-11 19:56 分类:问答jquery $(this) not working in coffee script / backbone
I recently started playing with Backbone and CoffeeScript using Brunch and was wondering why something like this...[详细]
2023-04-11 16:05 分类:问答backbone.js click event not firing
Going through a very basic tutorial on backbone.js views. The expected behavior is to call the render function when #sayhello button is clicked.Render simply uses jQuery\'s html method to put \"hello[详细]
2023-04-11 16:05 分类:问答Backbone relational events not firing?
class TheModel extends Backbone.RelationalModel relations:[ type: Backbone.HasMany key: \'subModels\' relatedModel: SubModel[详细]
2023-04-11 15:38 分类:问答backbone: better way to template?
I want to use the features of the IDE to build the templates therefore I avoid using inline templates. The other option is to have the templates in script tags but doing this causes Visual stu开发者_运[详细]
2023-04-11 10:43 分类:问答