backbone.js
How to complete login with phonegap and devise (Rails)
I have a rails app that has devise gem installed (with auth_token setup). I\'m not sure how to make my jquery mobile app ask for the token and sto开发者_运维技巧re it (in a secure way).[详细]
2023-04-09 08:51 分类:问答Extract Model from a BackboneJS Collection/UnderscoreJS array
I\'ve been checking the docs of Backbone and Underscore for a \"proper\" way to extract a model (remove the value and have it returned) fro开发者_C百科m a collection.I know I can do this through direc[详细]
2023-04-09 05:50 分类:问答how do I use variables when binding backbone view events?
I want to bind an eve开发者_开发问答nt to a view using a selector I define in the view\'s options.[详细]
2023-04-09 05:36 分类:问答Working with large Backbone collections
We\'re designing a backbone application, in which each server-side collection has the potential to contain tens of thousands of records. As an analogy - think of going into the \'Sent Items\' view of[详细]
2023-04-09 04:55 分类:问答testing backbone.js view events with jasmine
I\'m trying to implement view tests for a Coffeescript implementation of the ubiquitous backbone.js \'todo\' example (see github.com/rsim/backbone_coffeescript_demo.)[详细]
2023-04-08 22:31 分类:问答backbone.js router doesn't work on IE6
When I use the Router in Backbone.js, IE6 throw a Permission Denied on the following line: if (this.iframe && (fr开发者_开发百科ag != this.getFragment(this.iframe.location.hash)))[详细]
2023-04-08 21:19 分类:问答Backbone js confusion
I have heard a lot about backbone.js and quite frankly I don\'t understand its concept. Does it require that all the elements should be in single page to work out with its animations and effects ? Or[详细]
2023-04-08 18:08 分类:问答Collection usage in BackboneJS
Which is better to use the collection: Collection contain the total list of data, and include a function to select the the part of data show in view. Lots of data should be loaded in client side.[详细]
2023-04-08 14:40 分类:问答Problem Render backbone collection using Mustache template
I am quite new to backbone js and Mustache. I am trying to load the backbone collection (Object array) on page load from rails json object to save the extra call . I am having troubles rendering the b[详细]
2023-04-08 13:33 分类:问答Backbone.js pushState is not working and gives a 404 error
I have been watching the screencast from PeepCode on Backbone.js, and have done the coding with it. I have finished the first part and now, I have a Router like this:[详细]
2023-04-08 12:34 分类:问答