1.4a1
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.4a1 release.
Switched to using slice instead of join to get the correct results.
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also adds some tests for prevAll and nextAll, and fixes an test edge case in parents.
Added in the .delay() method for delaying the execution of queued functions and animations.
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.
Minor syntax changes to the winnow function.
Use now() in support.js instead of getTime.
Tweaked a CSS test to handle differences in font-size % support in browsers.
Removed broken hidden/visible test.
Removing unnecessary parens from :hidden.
Re-arranged many of the selector tests, breaking them into smaller test groups and into more-appropriate sections.
Just restore window.JSON in the getJSON test, don't try to delete the value.
Landed the rest of the liveHandler rewrite that takes advantage of the new closest multi-selector signature (sorry, accidentally committed some of it in the wrong commit: 4daae7a79f43815935a2890d16904c5a052717f3).
Re-worked the closest no-duplicate-selector code again to be more efficient.
Prevent duplicate selectors from having to match in closest.
No need to do the closest match if no selectors are passed in.
Added in the new .closest(Array) method, will be used to improve the performance of live filtering.
Extracted the logic for copying events from one jQuery set to another, makes it easier to work with disconnected DOM nodes.
Fixed logic error in html method - support.leadingWhitespace shouldn't have been negated.
Removed debug statements from manipulation tests, was causing errors in IE.
Make sure that a DOM node isn't getting passed through (as is the case in IE, it has a toString of [object Object].
Added some isObjectLiteral tests.
Adding a test that a new option can be selected with val(N)
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
Updated the Rakefile to use the correct init code.
Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup.
Don't try to run the clone code if the directory already exists.
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
Bringing Sizzle and QUnit up to date.
Don't do the update after the pull - forces the submodules up to date.