Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Chapter 11, “Example: Todo List Part 2 (Client-side w/ jQuery)” we wrote a client-side front end for a todo list application using the jQuery library. At the end of that chapter I talked about how we could have written that code somewhat differently, but doing so would have meant that we basically rewrote the Backbone.js1 framework. Because I’m not typically in favor of reinventing the wheel, I thought we could, instead, see what our application would look like if we used Backbone instead of jQuery to write our client-side code.