forEach (each)
hasChangedmodel.hasChanged([attribute]) Has the model changed since its last
"route:[name]" (params) â Fired by the router when a specific route is matched.
onceobject.once(event, callback, [context]) Just like on
changedAttributesmodel.changedAttributes([attributes]) Retrieve a hash of only the model's attributes that have changed since the
Backbone.noConflictvar backbone = Backbone.noConflict(); Returns the Backbone object back to its original value. You
"invalid" (model, error, options) â when a model's validation fails on the client.
removecollection.remove(models, [options]) Remove a model (or an array of models) from the collection, and return them. Each model
onobject.on(event, callback, [context])Alias: bind Bind a callback function to an object. The callback
addcollection.add(models, [options]) Add a model (or an array of models) to the collection, firing an "add" event for
Page 5 of 16