jQuery – a fast and easy to use Javascript library

by admin on July 23, 2009 · 0 comments

jQuery is an open-source Javascript library that makes writing Javascript quicker, easier and cleaner. The library has support for traversing HTML documents, handling events, performing animations, and adding Ajax interactions to your web pages. It also offers all of the usual fading, sliding, animation effects you expect from a JS library these days.

It’s lightweight, weighing in at a not-so hefty 20kb and supports CSS1-3 and basic XPath.

There’s a great tutorial here to get you started.

Previous post:

Next post: