templateview.template([data]) While templating for a view isn't a function provided directly by Backbone, it's often a nice convention
unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"
slicecollection.slice(begin, end) Return a shallow copy of this collection's models, using the same options as native
max
chain
without
"error" (model_or_collection, response, options) â when a model's or collection's request to the server has failed.
createcollection.create(attributes, [options]) Convenience to create a new instance of a model within a collection. Equivalent to
pushcollection.push(model, [options]) Add a model at the end of a collection. Takes the same options as
undelegateEventsundelegateEvents() Removes all of the view's delegated events. Useful if you want to disable or remove a view from
Page 11 of 16