I\'m on site.com trying to grab some开发者_开发百科 json data from my node.js server serving on port 8080.
Just getting started with Backbone.js. Simply including Backbone (either dev/production versions) causes the error:
I\'m starting out with Backbone.JS, and have a question about how this should work. I have a page which should load a list of sports, and then render the view. Now, because the list of sports is load
I\'m evaluating Backbone.js for keeping data and UI synchronized in my web app. However, much of Backbone\'s value seems to lie in its use of RESTful interfaces. Though I may add server-side backup in
I have a Game model and I want to mass assign on create: def create game = Game.new(params[:game]) ... end
I\'m using backbone.js and I have (1) a list View with the items in a collection, and (2) a map with markers for the items in the collection. The ListView a开发者_JAVA百科nd Markers are numbered so th
I started building a Django app, but this probably applies to other frameworks as well. In Backbone.js methods that call the server (fetch(), create(), destroy(), etc.), should you be using a proper R
I\'m trying to use backbone.js in my first \"real\" application and I need some help debugging why certain model change events are not firing as I would expect.
I\'m having real problems writing a simple Backbone.js app using CoffeeScript and Zepto.js This is the simplest Backbone view yet the events don\'t fire. I get no errors in the console either? Where
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.