Attach event handler to the DOM element without using selector.
Is it possible to attach an event handler to a DOM element without using the selector?
Can I utilize the event object target property to attach a DOM element to the listener?
I don't want to use a selector.