DOM.Events
- Attach events to any DOM element.
- cross-platform
- memory-leak free - events on IE are notorious for leaking
- stack multiple listener callbacks on the same event
- a nice way to handle the need for multiple window.onLoad events
| Copyright © 2005-2006 David Rolsky |