collection.some
  • References/JavaScript/Backbone/Collection

some (any)

2025-01-10 15:47:30
model.toJSON
  • References/JavaScript/Backbone/Model

toJSONmodel.toJSON([options]) Return a shallow copy of the model's

2025-01-10 15:47:30
Collection.extend
  • References/JavaScript/Backbone/Collection

extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone

2025-01-10 15:47:30
collection.difference
  • References/JavaScript/Backbone/Collection

difference

2025-01-10 15:47:30
model.set
  • References/JavaScript/Backbone/Model

setmodel.set(attributes, [options]) Set a hash of attributes (one or many) on the model. If any of the attributes change the model's

2025-01-10 15:47:30
Backbone.history.start
  • References/JavaScript/Backbone/History

startBackbone.history.start([options]) When all of your Routers have been created

2025-01-10 15:47:30
model.unset
  • References/JavaScript/Backbone/Model

unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"

2025-01-10 15:47:30
collection.parse
  • References/JavaScript/Backbone/Collection

parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server

2025-01-10 15:47:30
collection.sync
  • References/JavaScript/Backbone/Collection

synccollection.sync(method, collection, [options]) Uses Backbone

2025-01-10 15:47:30
collection.slice
  • References/JavaScript/Backbone/Collection

slicecollection.slice(begin, end) Return a shallow copy of this collection's models, using the same options as native

2025-01-10 15:47:30