1.0
click here to add a description
click here to add a homepage
Broke >, ~, +, etc - fixed.
Oops, syntax error.
Added native support for JSON data.
Added support for the native AJAX object in IE 7.
Added fix for stray <script> element that was left for IE for the DOMReady check.
Added fix for broken $("../..",foo).
Fixed issue with .attr( "disabled", false ) not working properly.
Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which it was, in fact a Mozilla issue (or, at least, it seems).
Fixed issue with comment text being included in .text() results.
Fixed issue with .val() not working properly.
Apparently I accidentally removed :nth-chlid()... uhh - oops?
Fixed issue with .remove() not working correctly.
Fixed issue with .children().
Fixed the issue with jQuery not packing correctly for Safari.
Added .not() test case.
Added a bunch of documentation fixes.
Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods.
Quick bug fix, formatted pack better.
Added a fix for the Safari computedStyle bug.
Fixed some bugs with the test suite and fixed a bug with setting attributes.
Fixed the giant negative number issue that Opera was having.
Added fix for non-standard CSS attributes in IE.
Added in some more bug fixes - and added the slideToggle method.
Fixed some bugs, improved the quality of some of the variables.
Added a bunch of fixes for AJAX timeouts, etc. in Safari.
Added a step callback to be executed on every step of an fx animation.
Updated the documentation parser to work with categories. Additionally, I updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite.
Updated the licensing information.
Fixed issue with $( obj, jQuery ) breaking the original jQuery object.
Added .removeAttr().