I\'m trying out Backbone.js, and one of the things I\'m trying is to make a call to a remote API, so I need to be able to override Backbone.sync, as I understand the documentation.
Example apps like James Yu\'s (http://www.jamesyu.org/2011/01/27/cloudedit-a-backbone-js-tutoria开发者_如何学运维l-by-example/) provide excellent examples of how to integrate rails with backbone, but
I am looking for a way to use both jQuery\'s custom widgets (for encapsulating my UI components along with internal states and custom events aimed for use on the outside DOM), and the wonderful \"Back
I\'m trying to get a View in Backbone.js to save when there\'s a \'change\' event if (and only if) the data has changed.
what\'s left to do for a backend framework in order to provide a restful service to a frontend application based on backbone.js or other full MVC frontend framework?
With Backbone.js I\'ve got a collection set up with a comparator function. It\'s nicely sorting the models, but I\'d like to revers开发者_如何学编程e the order.
I\'ve created a bunch of Backbone.js vi开发者_如何学Pythonews. Each view has an associated element (view.el).
I\'m building an app using Backbone.js however I have run into a problem that I can\'t fix very early on.
Say that I have a Collection and开发者_StackOverflow I\'ve made changes to many of its Models. What\'s the best way to save all of the changes using a single HTTP request?Usually REST backends handle
I\'m developping a web app with CodeIgniter on back-end and Backbone.js on front-end. I\'m also using HTML5 Boilerplate as my start template.