difference
constructor / initializenew View([options]) There are several special options that, if passed, will be attached directly to the view:
fetchmodel.fetch([options]) Merges the model's state with attributes fetched from the server by delegating to
toJSONmodel.toJSON([options]) Return a shallow copy of the model's
values
setElementview.setElement(element) If you'd like to apply a Backbone view to a different DOM element, use setElement, which
"change" (model, options) â when a model's attributes have changed.
filter (select)
parsemodel.parse(response, options) parse is called whenever a model's data is returned by the server, in
Page 9 of 16