What are the difference between backbone.noconflict and backbone.$ ?
Answer Posted / 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 |
Post New Answer View All Answers