September 2007
jQuery UI: Widgets, Components, and Interactions
by 11 othersjQuery UI is a set of themable widgets and interactions, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.
The core of the library revolves around different mouse interactions, namely drag and dropping, sorting, selecting, and resizing.
On top of the core interactions are built a number of reusable widgets, including accordions, date pickers, dialogs, sliders, table sorters, and tabs.
Finally, the library is finished off with a few effects that you can use to liven up your site, specifically magnifier and shadow.
October 2006
Getting Started with jQuery
by 1 other (via)This guide is an introduction to the jQuery library. Knowledge of javascript and the
document object model (DOM) is required. It starts from ground up and tries to explain details where
necessary. It covers a simple hello world example, selector and event basics, AJAX, FX and usage and
authoring of plugins.
This guide contains no "click me" examples. The intention of providing only "copy me" code
is to invite you to try it for yourself. Copy an example, see what it does, and modify it.
1
(3 marks)