"sort" (collection, options) â when the collection has been re-sorted.
undelegateEventsundelegateEvents() Removes all of the view's delegated events. Useful if you want to disable or remove a view from the DOM temporarily.
syncmodel.sync(method, model, [options]) Uses Backbone.sync to persist the state of a model to the server. Can be overridden for custom behavior.
unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change" event unless silent is passed as an option.
forEach (each)
"reset" (collection, options) â when the collection's entire contents have been reset.
difference
pushcollection.push(model, [options]) Add a model at the end of a collection. Takes the same options as add.
Backbone.$Backbone.$ = $; If you have multiple copies of jQuery on the page, or simply want to tell Backbone to use a particular object as its DOM / Ajax library, this is the property for you. Backbone.$ = require('jquery');
every (all)
Page 9 of 16