my thoughts
a bit like a blog, but with less opinion.
jQuery: The Write Less, Do More, JavaScript Library
Posted to Web dev by Dominic Winsor on 25 Feb 2008
Whilst I'm on the subject of <geekery> then I ought to point out to those of you that don't know - JQuery is a superb JS library.
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
The core makes traversing and manipulating elements as easy as writing CSS selectors and the extensions (such as the (excellent) UI library make this one quick and efficient way to modern web dev).
Plus its only 15KB... Cooooool!
→ jquery.com/