Answer
Trigger custom events using .trigger('customEvent').
Listen using .on('customEvent', handler).
Enables decoupled communication across components.
Listen using .on('customEvent', handler).
Enables decoupled communication across components.