Results (
Thai) 1:
[Copy]Copied!
Views in Backbone don’t contain the HTML markup for your application; they contain
the logic behind the presentation of the model’s data to the user. They achieve this using
JavaScript templating (for example, Underscore microtemplates, Mustache, jQuery-
tmpl, and so on). A view’s
render()
method can be bound to a model’s
change()
event,
enabling the view to instantly reflect model changes without requiring a full page refresh.
Being translated, please wait..