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: Test it NowOutput: Save the above code in trigger.html file and open this file in a browser. Next TopicBackbone.js Once Method |