isValidmodel.isValid() Run validate to check the model
idAttributemodel.idAttribute A model's unique identifier is stored under the id attribute. If you're directly communicating
emulateHTTPBackbone.emulateHTTP = true If you want to work with a legacy web server that doesn't support Backbone's default REST/HTTP
reduceRight (foldr)
wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful
constructor / initializenew Router([options]) When creating a new router, you may pass its
urlRootmodel.urlRoot or model.urlRoot() Specify a urlRoot if you're using a model outside of a collection, to
getcollection.get(id) Get a model from a collection, specified by an
cidmodel.cid A special property of models, the cid or client id is a unique identifier automatically assigned to all models
emulateJSONBackbone.emulateJSON = true If you're working with a legacy web server that can't handle requests encoded as ap
Page 1 of 16