资 源 简 介
An event manager and wrapper for handling Javascript events.
Provides handlers, listeners and delegates implementations.
A fast selector/matcher is included for delegates to work.
Event capturing/bubbling emulation on Internet Explorer.
Delegates can be used through selectors or by referencing existing elements.By using selectors it will be possible to do dynamic event binding on newlycreated elements, and UI functionality can be added before the onload event.
Event Manager
nwevents-1.2.4.js - Last updated: 2012/01/01
Selector Engine
nwmatcher-1.2.5.js - Last updated: 2012/01/01
New releases have been quite frequent lately, but is easy to upgrade to any version.
The few original API calls found in these two files didn"t change since nwevents 1.0.
Some new additional API calls and functionality were introduced in nwevents 1.1.
DOMContentLoaded and onDOMReady functional