Home » Backbone.js StopListening()

Backbone.js StopListening()

by Online Tutorials Library

Backbone.js Event stopListening()

Backbone.js event stopListening method:

Syntax:

Parameter explanation:

other: It is used to define the name of the other object.

event: It is used to bind an object.

callback: It is reference to the code and called with object as context.

Let’s take an example.

See this example:

You may also like