
Backbone.js
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative …
todos.js - Backbone.js
An example Backbone application contributed by Jérôme Gravel-Niquet. This demo uses a simple LocalStorage adapter to persist Backbone models within your browser.
backbone.js
Backbone Models are the basic data object in the framework – frequently representing a row in a table in a database on your server. A discrete chunk of data and a bunch of useful, related …
Todos - Backbone.js
Double-click to edit a todo. Created by Jérôme Gravel-Niquet. Rewritten by: TodoMVC.
Backbone Test Suite
Test suite for Backbone.js to ensure the functionality and reliability of the framework.
backbone.localStorage.js
A simple module to replace Backbone.sync with localStorage -based persistence. Models are given GUIDS, and saved into a JSON object. Simple as that.
Backbone Test Suite
Tests completed in 63 milliseconds. 2 assertions of 2 passed, 0 failed. Backbone.noConflict: noConflict (2) Rerun 4 ms Source: at https://backbonejs.org/test/noconflict.js:5:9 at …