sync event
  • References/JavaScript/Backbone/Events

"sync" (model_or_collection, response, options) â when a model or collection has been successfully synced with the server.

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

triggerobject.trigger(event, [*args]) Trigger callbacks for the given event, or space-delimited list of events. Subsequent

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

fetchcollection.fetch([options]) Fetch the default set of models for this collection from the server,

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

initial

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
view.attributes
  • References/JavaScript/Backbone/View

attributesview.attributes A hash of attributes that will be set as HTML DOM element attributes on the view's el (id

2025-01-10 15:47:30
change:[attribute] event
  • References/JavaScript/Backbone/Events

"change:[attribute]" (model, value, options) â when a specific attribute has been updated.

2025-01-10 15:47:30
view
  • References/JavaScript/Backbone/View

$ (jQuery)view.$(selector) If jQuery is included on the page, each view has a $ function that runs queries scoped within the

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
collection.isEmpty
  • References/JavaScript/Backbone/Collection

isEmpty

2025-01-10 15:47:30