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).
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
I want to bind an eve开发者_开发问答nt to a view using a selector I define in the view\'s options.
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
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.)
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)))
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
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.
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
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: