view.
  • References/JavaScript/Backbone/View

$elview.$el A cached jQuery object for the view's element. A handy reference instead of re-wrapping the DOM element all the time

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

atcollection.at(index) Get a model from a collection, specified by index. Useful if your collection is sorted, and if your collection

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

"add" (model, collection, options) â when a model is added to a collection.

2025-01-10 15:47:30
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
collection.invoke
  • References/JavaScript/Backbone/Collection

invoke

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

reduce (foldl, inject)

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

createcollection.create(attributes, [options]) Convenience to create a new instance of a model within a collection. Equivalent to

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

findIndex

2025-01-10 15:47:30