How do you define view in backbone.js?
Answer / Prem Anand
In Backbone.js, a view is an object that manages the user interface of a part of your application. To define a new view, extend the Backbone.View class and implement the required template, events, and render methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the latest stable version of backbone.js and what is its released date?
when do you require backbone.js?
What are the Advantages of using backbone.js?
How to use to backbone.sync function?
What are the difference between idattribute and attributes?
How to use to backbone.ajax function?
How does backbone.js relate to mvc?
Mention some most robust functionalities of model binder?
What are the difference between backbone.noconflict and backbone.$ ?
Explain how you can use backbone.js for multiple page web app ?
Explain the architecture of backbone.js
What is backbone.js collections ?