collection.clone
  • References/JavaScript/Backbone/Collection

clonecollection.clone() Returns a new instance of the collection with an identical list of models.

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

some (any)

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

extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone

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

difference

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

filter (select)

2025-01-10 15:47:30
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
collection.sync
  • References/JavaScript/Backbone/Collection

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

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

parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server

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