Javatpoint Logo
Javatpoint Logo

Backbone.js collection.sync()

It is used to maintain the state of a collection to the server. It can be overridden for custom behavior.

Syntax:


Parameter explanation:

method: It represents the CRUD operations: create, read, update and delete.

collection: It contains set of models to save the data in the collection.

options: It is used to display success or error message depending on the method succeeded.

Let's take an example.

See this example:

Test it Now

Output:

Save the above code in sync.html file and open this file in a new browser.

BackboneJS Sync Collection
Next TopicBackbone.js Add





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA