Home »
MCQs »
BackboneJS MCQs
When there are many instances of jQuery on the page, then which of the following property is utilised?
20. When there are many instances of jQuery on the page, then which of the following property is utilised?
- Backbone.noConflict
- Backbone.$
- setElement
Answer: B) Backbone.$
Explanation:
When there are many instances of jQuery on the page, backbone.$ property is utilised.