What are the difference between id and cid?
Answer / Syed Abdul Nadeem
id is a unique identifier for a model instance set by the developer, while cid (collection id) is an automatically generated unique identifier for a model instance when it's added to a collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the function of parse?
List out configuration options available in backbone js?
What are the configuration options available ?
How are models attributes stored in backbone.js?
What is the most powerful capabilities of the modelbinder ?
Which are the three js files that are required to setup backbone.js?
What is backbone.sync is used for ?
Explain what is view in backbone.js?
When you require backbone.js?
Explain what is backbone.js collections?
What are the three js files that are required to setup a working environment for backbone.js?
What are the typical problems you might face with the backbone view code ?