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 are the main components of backbone.js ?
How can you track any change in model attribute value?
How to override Backbone.sync?
Explain what is backbone.js?
When you can use unbinding function in backbone.js?
What is backbone.js router is used for ?
What are the architecture of backbone.js?
What is the most powerful capabilities of the modelbinder ?
Mention what are the typical problems you might face with the backbone view code?
How can you write the business logic in model?
Explain the architecture of backbone.js
What are the configuration options available ?