omit
constructor / initializenew Model([attributes], [options]) When creating an instance of a model, you can pass in the initial values
elview.el All views have a DOM element at all times (the el property), whether they've already been inserted into the page
sample
extendBackbone.Router.extend(properties, [classProperties]) Get started by creating a custom router class. Define actions that are
constructor / initializenew Router([options]) When creating a new router, you may pass its
setcollection.set(models, [options]) The set method performs a "smart" update of the collection with the passed list of models
getcollection.get(id) Get a model from a collection, specified by an
wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful
previousAttributesmodel.previousAttributes() Return a copy of the model's previous attributes. Useful for getting a diff between
Page 1 of 16