Home » Backbone.js view.render()

Backbone.js view.render()

by Online Tutorials Library

Backbone.js view.render()

The Backbone.js render method overrides itself with your code that renders the view template from model data and updates this with new HTML. It contains the logic for rendering the template which constructs the view.

Syntax:

Let’s take an example.

See this example:

You may also like