Exercise: Events in CompositeView
Explore how to handle events in Marionette CompositeViews by writing an event handler that triggers alerts when table cells are clicked. Understand the use of event selectors, DOM event targets, and jQuery methods to manage interactivity within a CompositeView.
We'll cover the following...
We'll cover the following...
Displaying the contents of a clicked table cell
Write an event handler that is triggered when the user clicks a td ...