atcollection.at(index) Get a model from a collection, specified by index. Useful if your collection is sorted, and if your collection
last
urlcollection.url or collection.url() Set the url property (or function) on a collection to reference its location on the
parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server
toJSONcollection.toJSON([options]) Return an array containing the attributes hash of each model (via
createcollection.create(attributes, [options]) Convenience to create a new instance of a model within a collection. Equivalent to
without
reduce (foldl, inject)
slicecollection.slice(begin, end) Return a shallow copy of this collection's models, using the same options as native
pushcollection.push(model, [options]) Add a model at the end of a collection. Takes the same options as
Page 5 of 7