What are the difference between backbone.noconflict and backbone.$ ?
Answer / Saurabh Gangwar
Backbone.$ is an alias for jQuery, whereas Backbone.noConflict ensures that other libraries like jQuery do not conflict with Backbone's usage of the $ symbol. By calling Backbone.noConflict(), you can reclaim the $ variable for another library.
| Is This Answer Correct ? | 0 Yes | 0 No |
When and by whom the backbone.js was released?
What is collection in backbone.js?
List dependencies of using backbonejs?
What is a collection in backbone.js?
What are the initial setup steps of backbone.js?
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 “el” property of backbone.js view?
Explain architecture of backbone?
What is models in backbone.js?
What is view in backbone.js?
What are the typical problems you might face with the backbone view code ?
What is the use of backbone.js setelement?