Explain what is view in backbone.js?
Answer / Manju Hembrom
To set attributes for a Backbone.js model, first create a new instance of the model and then call the set method with the attribute name as the first argument and the value as the second: var myModel = new MyModel(); myModel.set('name', 'John');
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the architecture of backbone.js?
How can you use template variables?
How backbone decides if it should use post/get/ request to the server? What are the methods backbone has reserved for these operations?
What is collection in backbone?
What are the difference between backbone.noconflict and backbone.$ ?
When you require backbone.js?
Explain what is view in backbone.js?
How does backbone.js relate to mvc?
What is the function of escape ?
List out configuration options available in backbone js?
Can you have default values for model? If yes, how?
What are the configuration options available in backbone.js?