Backbone.js trigger() Event

The Backbone.js event trigger method invokes the callback functions for the mentioned events. Syntax: object.trigger(event, arg) Parameters: event: This parameter is used to specify the event whose binding with an object is needed. arg: It is an optional parameter that is used to specify the values or arguments to be passed to the callback function. … Read more