jQuery 1.2.2 Released – Happy Birthday jQuery!
Tuesday 15 January 2008 - Filed under Code
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? :)
2008-01-15 » Jim Priest
15 January 2008 @ 8:57 am
Happy Birthday to jQuery (nothing sad about it)! Glad to see that this framework is continually getting more and more awesome.