How to override Backbone.sync?
Answer / Ravindra Chaudhari
In Backbone.js, you can override the sync method by defining it in your model or collection and implementing the required four functions (success, error, xhrSync, sync).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is events in backbone.js?
List out configuration options available in backbone js?
Explain architecture of backbone?
When you can use unbinding function in backbone.js?
What are the disadvantages of backbone.js?
What are the main backbonejs native components?
How do I fetch a single model in Backbone?
What is backbone.js collections ?
How can you set attributes of a model?
What is sync in backbone.js?
What is the function of parse ?
List dependencies of using backbonejs?