executerouter.execute(callback, args, name) This method is called internally within the router, whenever a route matches and its
isEmpty
"destroy" (model, collection, options) â when a model is destroyed.
keys
savemodel.save([attributes], [options]) Save a model to your database (or alternative persistence layer), by delegating to
offobject.off([event], [callback], [context])Alias: unbind Remove a previously-bound callback function
findWherecollection.findWhere(attributes) Just like where
ajaxBackbone.ajax = function(request) { ... }; If you want to use a custom AJAX function, or your endpoint doesn't support the
destroymodel.destroy([options]) Destroys the model on the server by delegating an HTTP DELETE request to
listenToobject.listenTo(other, event, callback) Tell an object to listen to a particular event on an other object.
Page 15 of 16