jquery.git
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronmake sure toggleClass does not delete classNames when...
2009-05-02 Brandon AarontoggleClass can now toggle multiple classNames (space...
2009-05-02 Brandon Aaronactually should be 6330, not 6329
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-05-01 Brandon Aaronspecial event refactor left over code
2009-05-01 Brandon Aaronfix for #2620
2009-05-01 Brandon Aarononly copy guid from handler to modifiedHandler if it...
2009-04-30 Brandon Aaronlive event handlers now receive data from trigger,...
2009-04-30 Brandon Aaronrefactor specialAll into add and remove hooks for exist...
2009-04-30 Brandon Aaronevent clean up
2009-04-29 Brandon Aaronenable test for binding events cross-frame that was...
2009-04-29 Brandon Aaron.unbind() without any arguments now also unbinds namesp...
2009-04-22 Brandon Aaronfixing a few more memory leaks in IE
2009-04-22 Brandon Aaronoffset returns null for window and document elements...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-22 Brandon Aaronfix for #3546. css now works with other windows than...
2009-04-22 Brandon Aaronfix for #4268. bind now works with iframe windows....
2009-04-22 Brandon Aaronfix for #2911
2009-04-22 Brandon Aaronremove radix param for parseFloat calls
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-04-21 Brandon Aaronclean up offset. #4456 thanks pbcomm
2009-04-21 Brandon Aaronactually don't need to null out as much as i thought...
2009-04-21 Brandon Aaronfixing memory leaks in IE
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-30 Brandon Aaronfix for #4439, offset.initialize can cause the page...
2009-03-27 Brandon Aaronfix for #4378, base tag causes javascript error in...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aaronmoving dimension related unit tests to dimensions test...
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...
next