jQuery 1.2.2 Released – Happy Birthday jQuery!

January 15, 2008 by Jim · 1 Comment 

Looks like jQuery 1.2.2 is out today! And it’s turning 2.

The major changes are:

  • 300% Speed Improvements to $(DOMElement)
  • .ready() Overhaul: Uses Diego Perini’s non-document.write() technique, now wait for CSS to be ready, can now watch for the document ready event via the traditional .bind()
  • .bind(”mouseenter”) / .bind(”mouseleave”)
  • Complex :not()
  • Accepts Headers
  • Event API: jQuery.event.special setup teardown handler

You know it’s a bit sad I’m wishing Happy Birthday to a javascript library… Maybe I need to get out more? :)

Possibly Related:

Comments

One Response to “jQuery 1.2.2 Released – Happy Birthday jQuery!”
  1. Ben Nadel says:

    Happy Birthday to jQuery (nothing sad about it)! Glad to see that this framework is continually getting more and more awesome.

Tell us what you're thinking...