Home » Backbone.js model.hasChanged()

Backbone.js model.hasChanged()

by Online Tutorials Library

Backbone.js model.hasChanged()

The Backbone.js hasChanged model returns true if you make a change in the attribute since the last set.

Syntax:

Parameter explanation:

attributes: It defines property of a model.

Let’s take an example.

See this example:

You may also like