Please note, this is a STATIC archive of website www.javatpoint.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
Javatpoint Logo
Javatpoint Logo

Backbone.js model.sync()

The Backbone.js Sync Model is used to communicate with the server and represent the state of a model.

Syntax:

Parameter explanation:

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

model: It is used to save the data on the model.

options: It fires 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 Model
Next TopicBackbone.js Fetch





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