Home » Backbone.js model.clear()

Backbone.js model.clear()

by Online Tutorials Library

Backbone.js model.clear()

The Backbone.js clear model is used to remove all the attributes from a backbone model. It removes id attribute also.

Syntax:

Parameter explanation:

options:It defines parameters like id, name etc. used when they are removing from the model.

Let’s take an example.

See this example:

You may also like