Home » Backbone.js Trigger()

Backbone.js Trigger()

by Online Tutorials Library

Backbone.js Event trigger()

The Backbone.js event trigger method evokes the callback functions for the given events.

Syntax:

Parameter explanation:

event: It is used to bind an object.

args: It is used to pass values/arguments to the callback function.

Let’s take an example.

See this example:

You may also like