jquery.git
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-22 Brandon Aaronmoving some vars from manipulations.js to attributes.js
2009-03-22 Brandon Aaronfix for #4399, removing unused variables
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-03-19 John ResigAdded some more information to the unload event cleanup.
2009-03-19 Brandon Aaronfix for #4115
2009-03-19 Brandon Aaronfix for #4263, better support for nested fixed position...
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-18 Brandon Aaronfix for #4374, gap in :hidden, :visible logic
2009-03-18 Brandon Aaronfix for #4204, fadeTo shows hidden elements before...
2009-03-18 Brandon Aaronfix for #4074, pass context to jQuery.clean for jQuery...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-03-17 Brandon Aaronusing parseFloat for offset and position methods and...
2009-03-17 Brandon Aaronreturn null when no matched elements exist for offset...
2009-03-17 Brandon Aaronsome clean up in the offset method
2009-03-17 John ResigBacked out commit [6260], was causing too many problems...
2009-03-06 Ariel Fleslerjquery dimensions: removed redundant code
2009-03-05 Ariel Fleslerjquery core: Fixed a typo in a comment, closes #4294.
2009-02-28 John ResigRemoved the objectAll check from jQuery.support, was...
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-27 John ResigMoved to a generic solution for copying methods over...
2009-02-26 John ResigNo longer use arguments.callee or RegExp (use new RegEx...
2009-02-26 John ResigAs it turns out, the context was being started at a...
2009-02-25 John ResigRemoved the need for the results set to have array...
2009-02-25 John ResigMade some changes to how .find() works, inlined the...
2009-02-25 John ResigSimplified the isXML function, no need to use recursion.
2009-02-25 John ResigExpose the sort/unique code from Sizzle as Sizzle.uniqu...
2009-02-25 John ResigCut down on some more function calls for jQuery(.....
2009-02-25 John ResigReduced the number of function calls required for ...
2009-02-25 John ResigLanded some improvements for improving the performance...
2009-02-23 John ResigOverhauled the .remove() and .empty() methods to be...
2009-02-23 Ariel Fleslerjquery event: Fixing event.currentTarget for live().
2009-02-20 John ResigTagged the Sizzle 1.0 release.
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
2009-02-19 John ResigBumping the version up to 1.3.3pre.
2009-02-19 John ResigTagging the 1.3.2 release.
2009-02-19 John ResigFixed one of the selector tests that was reporting...
2009-02-19 John ResigDisabled some of the animation tests that were being...
2009-02-18 John ResigMissed an other search-related test.
2009-02-18 John ResigFixed some tests that were changed (fixed!) by fixing...
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-18 John ResigMade it so that appendTo, etc. return the inserted...
2009-02-18 John ResigA speedup for .remove() (which also speeds up .html...
2009-02-17 John ResigUpdated the show() tests to work without the use of...
2009-02-17 John ResigReorganized and disabled some of the height/width tests...
2009-02-17 John ResigUpdated the JAR Makefile command to support UTF-8.
2009-02-17 John ResigDisable building the lite and packed versions of jQuery...
2009-02-17 John ResigSwitch to using createRange for element comparision...
2009-02-17 John ResigBrought back the compareDocumentPosition code. While...
2009-02-17 John ResigChanged the currentTarget test - no need to test the...
2009-02-17 John ResigChanged some of the fx/stop tests to handle the new...
2009-02-17 John ResigMade the div showing a little more explicit - making...
2009-02-17 John ResigTweaked some of the selector tests to handle some of...
2009-02-17 John ResigReorganized some of the animation tests to work with...
2009-02-17 John ResigDisabled one of the ordering tests that was taking...
2009-02-17 John ResigFixed some more CSS/visibility tests.
2009-02-17 John ResigChanged a bunch of the DOM tests to work in Document...
2009-02-17 John ResigUpdated some of the display/visible/hidden tests to...
2009-02-17 Ariel Fleslertestrunner: Misc
2009-02-17 Ariel Fleslerjquery event: closes #4033. e.currentTarget wasn't...
2009-02-16 Brandon Aaronfix show issue in IE 6. "olddisplay" is sometimes undef...
2009-02-16 John ResigBumping the version up to 1.3.2pre.
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-02-16 John ResigFixed an issue with :nth-child selectors embedded in...
2009-02-16 John ResigChanged the jQuery hidden/visible selectors to be a...
2009-02-16 John ResigChange the behavior of how :visible and :hidden work...
2009-02-16 John ResigFixed a bug with certain + selectors failing (Fixes...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-15 John ResigMake sure that [name=FOO] searches actually have the...
2009-02-15 John ResigAdded fixes for two different :not() bugs. One with...
2009-02-15 John ResigUpdated the copy of jQuery and added some more context...
2009-02-15 John ResigAdded some extra methods for making result set merging...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigThe compareDocumentPosition check was extraneous -...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDuplication checks are now handled directly in Sizzle...
2009-02-14 John ResigDisabled expando selector tests - they don't work in...
2009-02-14 John ResigOops, the sourceIndex of the documentElement in IE...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-13 John ResigAdded some significant speed-ups to height/width checks...
2009-02-13 John ResigLanding a fix for a case where the animation timer...
2009-02-10 John ResigMerging a bunch of changes back from Sizzle, by LosTFx.
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigAdded a performance improvement to .hide()/.show()...
2009-02-09 John ResigOptimized the clean() code to no longer use .trim(...
2009-02-09 John ResigRemoved use of .trim() in globalEval, fixes #4036.
2009-02-09 John ResigReworked the attribute selection code to be able to...
2009-02-09 John Resigmatch[4] is already saved in check - thanks Balazs.
2009-02-09 John ResigReworked the .clone() function in IE. Fixes jQuery...
2009-02-07 John ResigAdded a fix for empty attribute selection values. Fixes...
2009-02-07 John ResigAdding a tweak to prevent layout breaks in the boxModel...
2009-02-07 John ResigStopped a memory leak on getScript calls. Fixes #3962.
2009-02-07 John ResigAdded logic for not using getElementsByClassName in...
2009-01-28 John ResigAdded a fix, suggested by Diego, for IE firing the...
2009-01-23 John ResigMade the getAttribute check more explicit - comment...
2009-01-22 John ResigTagging the 1.3.1 release.
2009-01-22 John ResigTagging the 1.3.1rc1 release.
2009-01-22 John ResigBumping Sizzle version to 0.9.3.
2009-01-22 John ResigTweaked one of the selector tests.
2009-01-21 John ResigAdded some additional checks to make sure that the...
next