view.undelegateEvents
  • References/JavaScript/Backbone/View

undelegateEventsundelegateEvents() Removes all of the view's delegated events. Useful if you want to disable or remove a view from

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

eventsview.events or view.events() The events hash (or method) can be used to specify a set of DOM events that will be bound

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

idmodel.id A special property of models, the id is an arbitrary string (integer id or UUID). If you set the id in the

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

max

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

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

pushcollection.push(model, [options]) Add a model at the end of a collection. Takes the same options as

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

Backbone.$Backbone.$ = $; If you have multiple copies of jQuery on the page, or simply want to tell Backbone to use

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

last

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

urlcollection.url or collection.url() Set the url property (or function) on a collection to reference its location on the

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

templateview.template([data]) While templating for a view isn't a function provided directly by Backbone, it's often a nice convention

2025-01-10 15:47:30