elview.el All views have a DOM element at all times (the el property), whether they've already been inserted into the page
sample
setcollection.set(models, [options]) The set method performs a "smart" update of the collection with the passed list of models
wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful
extendBackbone.Model.extend(properties, [classProperties]) To create a Model class of your own, you extend Backbone.Model
indexOf
every (all)
idAttributemodel.idAttribute A model's unique identifier is stored under the id attribute. If you're directly communicating
isNewmodel.isNew() Has this model been saved to the server yet? If the model does not yet have an id, it is considered
extendBackbone.View.extend(properties, [classProperties]) Get started with views by creating a custom view class. You'll want to
Page 1 of 16