Home » Backbone.js model.id()

Backbone.js model.id()

by Online Tutorials Library

Backbone.js model.id()

The Backbone.js id model is used to uniquely identify the model identity that might be manually set when model is created or populated when model is saved on the server.

Syntax:

Let’s take an example.

See this example:

You may also like