YUI
The Yahoo user Interface (YUI) is a JavaScript library for building richly interactive we applications using techniques
such as DOM scripting, DHTML and AJAX. It also uses several core css resourses.
YUI features
Core
YAHOO Global Object: The Yahoo Global Object contains language utilities and other baseline infrastructure for YUI.
Dom Collection: Helps with common DOM scripting tasks, including element positioning and CSS style management.
Event Utility: Simple event handling and processing. it is a resource for creating event-driven applications in the browser.
Event Utility can be used to listen for specific event on a specific element.
More features
YUI animation: The Animation Utility enables the rapid prototyping and implementation of animations involving size, opacity, color, position, and other visual characteristics. Animations created with the Animation Utility work across the A the A-grade browser spectrum. A simple, intuitive syntax for configuring animations makes the Animation Utility easy to implement even for complex animations. Example in this link: http://developer.yahoo.com/yui/animation/
Browser History Manager: Helps web applications use the browser’s back button and bookmarking functionality.
Connection Manager: Helps manage XMLHttpRequest transactions in a cross-browser fashion. It has integrated support for form posts, error handling, callbacks and file uploading.
cookies: Allow you to manage browser cookies and subcookies through a simple API.
Advertisement