Home » Backbone.js collection.fetch()

Backbone.js collection.fetch()

by Online Tutorials Library

Backbone.js collection.fetch()

The Backbone.js collection fetch method is used to fetch the default set of model in the collection using the sync method.

Syntax:


Parameter explanation:

options: It specifies “success” or “error” callbacks which will both be passed as arguments.

Let’s take an example to deploy the fetch method.

See this example:

You may also like