constructor / initializenew Backbone.Collection([models], [options]) When creating a Collection, you may choose to pass in the initial
"reset" (collection, options) â when the collection's entire contents have been reset
partition
extendBackbone.Model.extend(properties, [classProperties]) To create a Model class of your own, you extend Backbone.Model
elview.el All views have a DOM element at all times (the el property), whether they've already been inserted into the page
wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful
cidmodel.cid A special property of models, the cid or client id is a unique identifier automatically assigned to all models
isValidmodel.isValid() Run validate to check the model
lastIndexOf
indexOf
Page 1 of 16