Listens to a DOM event that originated on an element contained by the current layer.
This is a shortcut for up.layer.current.on()
.
See up.Layer#on()
for more documentation.
A space-separated list of event types to bind to.
The selector of an element on which the event must be triggered.
The listener function that should be called.
A function that unbinds the event listeners when called.