Home » 
        MCQs » 
        BackboneJS MCQs
    
        
    When the Backbone view has to be applied to a different DOM element, the ____method is utilised?
    
    
    
	17. When the Backbone view has to be applied to a different DOM element, the ____method is utilised?
    
      - Elements
 
      - setElement
 
      - Components
 
    
    Answer: B) setElement
    Explanation:
    When the Backbone view has to be applied to a different DOM element, the setElement method is utilised.