background preloader

Backbone.js

Facebook Twitter

Developing Backbone.js Applications - By Addy Osmani (@addyosmani) Available free for open-source reading below or for purchase via the O'Reilly store.

Developing Backbone.js Applications -

Pull requests and comments always welcome. Backbone.js Tutorials. Your First Backbone.js App – Service Chooser. Martin Angelov Client-side MVC frameworks have gotten increasingly popular with the raise in complexity of in-browser web apps.

Your First Backbone.js App – Service Chooser

These frameworks let you organize your JavaScript using the proven MVC pattern. Backbone.js is one of the most popular and is quickly becoming the go-to choice when considering such a framework. Today we are going to make a service chooser form with Backbone.js, that lets you choose a set of items from a list. A total price field is going to be calculated in real-time with the aggregate price of the services. 1.js.