1.2
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.2 release.
Made the expando code attach properties to an anonymous object, as opposed to the global window object, and fixed a bug where .removeAttribute() tried to fire even if it didn't exist.
Fixed a bug in .dir() where it would return non-element nodes.
Fixed spelling mistake.
Added an extra check for removing a named cache property - calling it when it didn't exist caused an exception.
Landing a version of $(document)/$(window) .width()/.height(). It won't win any awards, but it'll hold us over for this release.
Added .prevAll() and .nextAll() functionality.
So, apparently, I never committed the second half of the new field value code. This allows you to set values on groups of checkboxes, radio buttons, and selects.
Fixed some line ending issues.
Errors were occuring with getScript, if you called it too early.
Moved the fx queueing over to the new expando system.
.stop() wouldn't resume any queued animations.
Landing the new expando management code. Completely overhauls how data is associated with elements.
Reintroduced .offset() as a default include, added original author credits.
Landing the .clone() rewrite by Brandon (also includes the new event cloning functionality .clone(true)).
Disabled the automatic inclusion of offset.js
Removed the test suite generation code.
Added the new .offset() method, directly imported from Dimensions (heavily worked over by both Brandon and John).
Added .hasClass() (Simply just passes through to .is()).
Finished up some of the reorganization.
Reorganzing the jQuery source (first phase).
Added a new :animated selector - only selects elements that are currently being animated.
Massive FX rewrite. Full list of changes:
Fix for bug #760 (fontSize returns different values in IE). This was part of a larger issue where IE returned non-pixel values from it's computed style - this normalizes it (thanks to a fix by Dean Edwards).
Fixed a bug in event - "native" is a reserved word in Safari 2.
Forgot to update the $.param() tests.
Re-disabled the Ajax tests in Safari.
Integration of Mike Alsup's excellent form serialization code. The benefits are as follows:
Added support for the new .andSelf() method. This method combines the previous two matched sets on the stack into a single stack.
Fix for bug #1549, where the DOM conversion of <code/> and similar elements would fail. This forces it to work correctly in all browsers.