collection.groupBy
  • References/JavaScript/Backbone/Collection

groupBy

2025-01-10 15:47:30
reset event
  • References/JavaScript/Backbone/Events

"reset" (collection, options) â when the collection's entire contents have been reset

2025-01-10 15:47:30
Backbone.emulateJSON
  • References/JavaScript/Backbone/Sync

emulateJSONBackbone.emulateJSON = true If you're working with a legacy web server that can't handle requests encoded as ap

2025-01-10 15:47:30
model.cid
  • References/JavaScript/Backbone/Model

cidmodel.cid A special property of models, the cid or client id is a unique identifier automatically assigned to all models

2025-01-10 15:47:30
model.omit
  • References/JavaScript/Backbone/Model

omit

2025-01-10 15:47:30
Router.extend
  • References/JavaScript/Backbone/Router

extendBackbone.Router.extend(properties, [classProperties]) Get started by creating a custom router class. Define actions that are

2025-01-10 15:47:30
Router
  • References/JavaScript/Backbone/Router

constructor / initializenew Router([options]) When creating a new router, you may pass its

2025-01-10 15:47:30
collection.get
  • References/JavaScript/Backbone/Collection

getcollection.get(id) Get a model from a collection, specified by an

2025-01-10 15:47:30
model.previousAttributes
  • References/JavaScript/Backbone/Model

previousAttributesmodel.previousAttributes() Return a copy of the model's previous attributes. Useful for getting a diff between

2025-01-10 15:47:30
Model
  • References/JavaScript/Backbone/Model

constructor / initializenew Model([attributes], [options]) When creating an instance of a model, you can pass in the initial values

2025-01-10 15:47:30