Event Utility: Examples
The YUI Event Utility supports DOM events and Custom Events.
- Simple DOM Events: Use the Event Utility to attach simple DOM event handlers.
- Using onAvailable, onContentReady, and event:ready: Event Utility gives you control over when you execute your scripts. In addition to the window's
loadevent, Event Utility lets you know when an element is available, when its children are available, and when the page's full DOM is available. - Using Custom Events: Use the Event Utility to create Custom Events that are bubbleable, preventable, cancelable and much more.
Other YUI Examples That Make Use of the Event Utility
- Change Events (included with examples for the Attribute Utility)
- Custom Getters, Setters and Validators (included with examples for the Attribute Utility)
