setElementview.setElement(element) If you'd like to apply a Backbone view to a different DOM element, use setElement, which
removeview.remove() Removes a view and its el from the DOM, and calls
fetchmodel.fetch([options]) Merges the model's state with attributes fetched from the server by delegating to
"update" (collection, options) â single event triggered after any number of models have been added or removed from a collection.
popcollection.pop([options]) Remove and return the last model from a collection. Takes the same options as
validationErrormodel.validationError The value returned by validate
listenToOnceobject.listenToOnce(other, event, callback) Just like
clonecollection.clone() Returns a new instance of the collection with an identical list of models.
sortcollection.sort([options]) Force a collection to re-sort itself. You don't need to call this under normal circumstances, as a
getmodel.get(attribute) Get the current value of an attribute from the model. For example: note.get("title")
Page 8 of 16