YUI Library


The Yahoo! User Interface Library is a discontinued open-source JavaScript library for building richly interactive web applications using techniques such as Ajax, DHTML, and DOM scripting. YUI includes several core CSS resources. It is available under a BSD License.
Development on YUI began in 2005 and Yahoo! properties such as My Yahoo! and the Yahoo! front page began using YUI in the summer of that year. YUI was released for public use in February 2006. It was actively developed by a core team of Yahoo! engineers.
In September 2009, Yahoo! released YUI 3, a new version of YUI rebuilt from the ground up to modernize the library and incorporate lessons learned from YUI 2. Among the enhancements are a CSS selector driven engine, like jQuery, for retrieving DOM elements, a greater emphasis on granularity of modules, a smaller seed file that loads other modules when necessary, and a variety of syntactic changes intended to make writing code faster and easier.
The YUI Library project at Yahoo! was founded by Thomas Sha and sponsored internally by Yahoo! co-founder Jerry Yang; its principal architects have been Sha, Adam Moore, and Matt Sweeney. The library's developers maintain the YUIBlog; the YUI community discusses the library and implementations in its community forum.
On August 29, 2014, it was announced that active development of YUI by Yahoo! would end, citing the evolution of the JavaScript standards, steadily decreasing interest in large JavaScript libraries by developers, and the proliferation of server-side solutions. Future development will be limited to maintenance releases addressing issues which are "absolutely critical to Yahoo properties."

Features

The YUI Library is fully documented on its website; detailed API documentation accompanies the library download. It has six types of components: YUI core, utilities, UI controls, CSS components, developer tools, and build tools.

Core

The YUI Core is a light set of tools for event management and DOM manipulation.
;YUI Global Object
;Dom Collection
;Event Utility

Utilities

; Animation
; Browser History Manager
; Connection Manager
; Cookie
; DataSource
; Drag and drop
; Element
; Get
; ImageLoader
; JSON
; Resize
; Selector
; YUI Loader

Controls

; AutoComplete
; Button
; Calendar
; Charts
; Color Picker
; Container
; DataTable
; ImageCropper
; Layout Manager
; Menu
; Rich Text Editor
; Slider
; TabView
; TreeView
; Uploader

CSS resources

; CSS Base
; CSS Grids
; CSS Fonts
; CSS Reset

Developer tools

; Logger
; Profiler
; ProfilerViewer
; YUI Test

Build tools

; YUI Compressor
; YUIDoc