view.template
  • References/JavaScript/Backbone/View

templateview.template([data]) While templating for a view isn't a function provided directly by Backbone, it's often a nice convention

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

unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"

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

slicecollection.slice(begin, end) Return a shallow copy of this collection's models, using the same options as native

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

max

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

chain

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

without

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

"error" (model_or_collection, response, options) â when a model's or collection's request to the server has failed.

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

createcollection.create(attributes, [options]) Convenience to create a new instance of a model within a collection. Equivalent to

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

pushcollection.push(model, [options]) Add a model at the end of a collection. Takes the same options as

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

undelegateEventsundelegateEvents() Removes all of the view's delegated events. Useful if you want to disable or remove a view from

2025-01-10 15:47:30