Home » Backbone.js collection.remove()

Backbone.js collection.remove()

by Online Tutorials Library

Backbone.js Collection Remove

The Backbone.js collection remove is used to remove a model or an array of models from the collection.

Syntax:


Parameter explanation:

models: It specifies the names of the collection instances, which are need to be removed from the collection.

options: It contains model type which will be removed from the collection.

Let’s take an example.

See this example:

You may also like