MCQs > Website Designing & Development > BackBone.js > In Backbonejs, how can you change templates of a view on the fly?

BackBone.js MCQs

In Backbonejs, how can you change templates of a view on the fly?

Answer

Correct Answer: render: function(){ var templateFn = this.options.template || this.template; this.$el.html(templateFn(this.model.attributes)); return this; }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

BackBone.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

BackBone.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it