Home » Backbone.js undelegateEvents()

Backbone.js undelegateEvents()

by Online Tutorials Library

Backbone.js delegateEvents()

The Backbone.js undeligateEvent method is used to remove delegated events of the view from the DOM.

Syntax:

Let’s take an example.

See this example:

You may also like