In backbone view, what is the use of setelement ?
Answer / Santosh Kumar Bhagat
In Backbone View, setElement method sets the element that the view is bound to. It helps establish a connection between the view and its DOM representation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why you have to use backbone ?
What is a view in backbone.js?
What is “el” property of backbone.js view?
What is the use of backbone.js router?
Mention what are the typical problems you might face with the backbone view code?
How can you use template variables?
What are the disadvantages of backbone.js?
What is collection in backbone?
Explain what is the function of parse?
What is modelbinder in backbone.js ?
Explain what is backbone.js router is used for?
Explain architecture of backbone?