Please note, this is a STATIC archive of website www.javatpoint.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
Javatpoint Logo
Javatpoint Logo

Backbone.js Event listenTo()

The Backbone.js Event listenTo method tells an object to listen to a particular event on another object. It provides callback function when an event occurs and also keeps track of events.

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:

Test it Now

Output:

Save the above code in listento.html file and open this file in a browser.

BackboneJS Event listenTo Method




Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA