routerouter.route(route, name, [callback]) Manually create a route for the router, The route argument may be a
resetcollection.reset([models], [options]) Adding and removing models one at a time is all well and good, but sometimes you have
forEach (each)
"route:[name]" (params) â Fired by the router when a specific route is matched.
$ (jQuery)view.$(selector) If jQuery is included on the page, each view has a $ function that runs queries scoped within the
"invalid" (model, error, options) â when a model's validation fails on the client.
attributesview.attributes A hash of attributes that will be set as HTML DOM element attributes on the view's el (id
Backbone.noConflictvar backbone = Backbone.noConflict(); Returns the Backbone object back to its original value. You
triggerobject.trigger(event, [*args]) Trigger callbacks for the given event, or space-delimited list of events. Subsequent
changedAttributesmodel.changedAttributes([attributes]) Retrieve a hash of only the model's attributes that have changed since the
Page 6 of 16