collection.forEach
  • References/JavaScript/Backbone/Collection

forEach (each)

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

hasChangedmodel.hasChanged([attribute]) Has the model changed since its last

2025-01-10 15:47:30
route:[name] event
  • References/JavaScript/Backbone/Events

"route:[name]" (params) â Fired by the router when a specific route is matched.

2025-01-10 15:47:30
Backbone.once
  • References/JavaScript/Backbone/Events

onceobject.once(event, callback, [context]) Just like on

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

changedAttributesmodel.changedAttributes([attributes]) Retrieve a hash of only the model's attributes that have changed since the

2025-01-10 15:47:30
Backbone.noConflict
  • References/JavaScript/Backbone/Utility

Backbone.noConflictvar backbone = Backbone.noConflict(); Returns the Backbone object back to its original value. You

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

"invalid" (model, error, options) â when a model's validation fails on the client.

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

removecollection.remove(models, [options]) Remove a model (or an array of models) from the collection, and return them. Each model

2025-01-10 15:47:30
Backbone.on
  • References/JavaScript/Backbone/Events

onobject.on(event, callback, [context])Alias: bind Bind a callback function to an object. The callback

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

addcollection.add(models, [options]) Add a model (or an array of models) to the collection, firing an "add" event for

2025-01-10 15:47:30