YUI Graded Browser Support

This chart lists browsers that receive A-grade support as defined by Graded Browser Support. All YUI projects, including YUI 2 and YUI 3, aim to provide full A-grade [...]

YUI on Mobile

YUI generally works well with mobile browsers that are based on A-Grade browser foundations. For example, Nokia’s N-series phones, including the N95, use a browser based on Webkit — the same foundation shared by Apple’s Safari browser, which is found on the [...]

YUI 2: YUI Loader Utility

The YUI Loader Utility is a client-side JavaScript component that allows you to load specific YUI components and their dependencies into your page via script. YUI Loader can operate as a holistic solution by loading all of your necessary YUI components, or it can be used to add one or more components to a page [...]

YUI 2: Uploader

YUI Uploader provides file upload functionality that goes beyond the basic browser-based methods. Specifically, the YUI Uploader allows for:

Multiple file selection in a single “Open File” dialog.
File extension filters to facilitate the user’s selection.
Progress tracking for file uploads.
A range of available file metadata: filename, size, date created, date modified, and author.
[...]

YUI 2: Rich Text Editor

The Rich Text Editor interface with the default YUI Sam Skin applied.The Rich Text Editor is a UI control that replaces a standard HTML textarea; it allows for the rich formatting of text content, including common structural treatments like lists, formatting treatments like bold and italic text, and drag-and-drop inclusion and sizing of [...]

Yahoo! UI Library: YAHOO.util.Anim

Class YAHOO.util.Anim

Known Subclasses:
YAHOO.util.ColorAnim

Base animation class that provides the interface for building animated effects.Usage: var myAnim = new YAHOO.util.Anim(el, { width: { from: 10, to: 100 } }, 1, [...]