Module: event
Custom event engine, DOM event listener abstraction layer, synthetic DOM
events.
This module contains the following classes:
Submodules:
-
event-base
-
DOM event listener abstraction layer
-
event-delegate
-
Adds event delegation support to the library.
-
event-mousewheel
-
Adds mousewheel event support
-
event-mouseenter
-
Adds support for mouseenter/mouseleave events
-
event-key
-
Functionality to listen for one or more specific key combinations.
-
event-focus
-
Adds focus and blur event listener support. These events normally
do not bubble, so this adds support for that so these events
can be used in event delegation scenarios.
-
event-resize
-
Adds a window resize event that has its behavior normalized to fire at the
end of the resize rather than constantly during the resize.
-
event-synthetic
-
Define new DOM events that can be subscribed from any Node.