collection.sort
  • References/JavaScript/Backbone/Collection

sortcollection.sort([options]) Force a collection to re-sort itself. You don't need to call this under normal circumstances, as a

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

"remove" (model, collection, options) â when a model is removed from a collection.

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

setmodel.set(attributes, [options]) Set a hash of attributes (one or many) on the model. If any of the attributes change the model's

2025-01-10 15:47:30
view.render
  • References/JavaScript/Backbone/View

renderview.render() The default implementation of render is a no-op. Override this function with your code that renders the

2025-01-10 15:47:30
Backbone.history.start
  • References/JavaScript/Backbone/History

startBackbone.history.start([options]) When all of your Routers have been created

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

listenToOnceobject.listenToOnce(other, event, callback) Just like

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

synccollection.sync(method, collection, [options]) Uses Backbone

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

atcollection.at(index) Get a model from a collection, specified by index. Useful if your collection is sorted, and if your collection

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

invoke

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

pick

2025-01-10 15:47:30