Home » Backbone.js model.changed()

Backbone.js model.changed()

by Online Tutorials Library

Backbone.js model.changed()

The Backbone.js changed model is used to change all the attributes that have been changed after setting the attributes using set method.

Syntax:

Let’s take an example.

See this example:

You may also like