14 Days of jQuery

An online event marking the release of jQuery 1.4. To celebrate, we're unveiling 14 releases over a period of 14 days.

Day Twelve

Today's News

jQuery 1.4.1 Released

jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API.

I would like to thank the following people that provided patches for this release: Ben Alman, Mike Alsup, Irae Brasil, Matt Curry, Robert Katić, Michael Monteleone, and Karl Swedberg.

Downloading

As usual, we provide two copies of jQuery, one minified (we now use the Google Closure Compiler as the default minifier) and one uncompressed (for debugging or reading).

You can feel free to include the above URLs directly into your site and you will get the full performance benefits of a quickly-loading jQuery.

New Features

A full list of the API changes can be found in the 1.4.1 category on the jQuery API site.

Bug Fixes

Core
Events
  • bind() with special events causes things to get corrupted (Ticket 1, Ticket 2)
Traversing
Effects
Ajax
Offset
Manipulation

jQuery 1.4 Hawtness #5, with Paul Irish

The fifth of six installments, Paul walks you through the improvements and additions to the API in jQuery 1.4. He demonstrates with real-world examples how you’ll put these new features to use, along with recommendations on performance and useful hints on the internals.

In Hawtness #5, Paul covers the new hawt element creation syntax, and detach(), data(), toggleClass(), contains(), the Zen-ness of jQuery.noop, and why index() has so much more awesome now. The code discussed in ep #5 is viewable and forkable on github