model.changed
  • References/JavaScript/Backbone/Model

changedmodel.changed The changed property is the internal hash containing all the attributes that have changed since its last

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

isEmpty

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

shuffle

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

addcollection.add(models, [options]) Add a model (or an array of models) to the collection, firing an "add" event for

2025-01-10 15:47:30
all event
  • References/JavaScript/Backbone/Events

"all" â this special event fires for any triggered event, passing the event name as the first argument followed by all trigger arguments.

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

comparatorcollection.comparator By default there is no comparator for a collection. If you define a comparator, it will be

2025-01-10 15:47:30
Backbone.stopListening
  • References/JavaScript/Backbone/Events

stopListeningobject.stopListening([other], [event], [callback]) Tell an object to stop listening to events. Either call stopListening

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

urlmodel.url() Returns the relative URL where the model's resource would be located on the server. If your models are located somewhere

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

removecollection.remove(models, [options]) Remove a model (or an array of models) from the collection, and return them. Each model

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

first (head, take)

2025-01-10 15:47:30