Describe backbone events?
Answer / Man Mohan Gupta
Backbone events are a publish-subscribe mechanism that allows objects to communicate by emitting and listening to custom events. This makes it easy to handle complex interactions between different parts of an application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of backbonejs route?
Explain what is converter in backbone.js?
What are the methods of utility in backbone.js?
What is modelbinder in backbone.js ?
How can you track any change in model attribute value?
How can you set attributes of a model?
When you can use unbinding function in backbone.js?
How do I fetch a single model in Backbone?
How to use to backbone.sync function?
What are the difference between idattribute and attributes?
What is the use of backbone.js setelement?
Explain when you can use unbinding function in backbone.js ?