jquery.git
2009-06-04 Jörn Zaeffererjquery core: removed the version.txt newline; please...
2009-06-02 Ariel Fleslerjquery fx: Exposing the ticking function
2009-05-20 John ResigReverting accidental test suite corruption from the...
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-20 John ResigDid some light reordering of the jQuery definition...
2009-05-18 Brandon Aaronfix :hidden and :visible selectors. fixes #4512
2009-05-16 Brandon Aaronfix for #4183
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-16 Brandon Aaronfix remove and empty to work properly in IE when an...
2009-05-16 Brandon Aaronprevent fx test html from showing in IE
2009-05-16 Brandon Aaronunit tests for setting cellspacing, rowspan, and colspan
2009-05-16 Brandon Aaronfix for #4397
2009-05-14 Brandon Aarontidy up fix for #3981, thanks matt kruse
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-05-12 Brandon Aaronfix regression in removing live events caused by r6324
2009-05-10 Ariel Fleslerjquery event: misc change
2009-05-07 Brandon Aaronunused, left-over code from r6344
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-06 Brandon Aaronfix for #3286
2009-05-04 Brandon Aaronunit tests for using jQuery events on non-dom elements...
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-05-04 Brandon Aaronfix memory leak in IE
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...
next