jquery.git
2007-08-19 John ResigComplete overhaul of the Ajax test suite, it's now...
2007-08-19 John ResigAdded a fix for IE returning comment nodes in * queries...
2007-08-19 John ResigApplied arrix's fix for getting style values on element...
2007-08-19 John ResigWe were catching exceptions within the success callback...
2007-08-19 John ResigFixed non-unique results from .parent(), .parents(...
2007-08-16 John ResigAdded a fix for bug #1489, appending <caption> was...
2007-08-14 Jörn Zaeffererreverted my "fixes", seems like they work only with...
2007-08-07 John ResigMore missing semicolons.
2007-08-07 John ResigAdded a couple JSLint-caught fixes.
2007-07-31 John ResigBrought back jQuery.globalEval(), fixing bug #1425.
2007-07-31 John ResigWhen we disabled triggering of clicks, we also killed...
2007-07-30 John ResigThe test for underscore selectors broke under Opera...
2007-07-30 John ResigIE prunes whitespace from the start of innerHTML-inject...
2007-07-29 John ResigFixed failing test for Safari 2.
2007-07-29 John ResigGot .css() working in Safari 2 as well (a number of...
2007-07-29 John ResigAdded a fix for Safari's broken CSS getComputedStyle...
2007-07-29 John ResigIntegrated the custom fx test suite into the main test...
2007-07-26 Sean Catchpolenevermind, I'm dumb. =P
2007-07-26 Sean CatchpoleFixed ajax array arguments in $.param
2007-07-25 John Resig$("#foo", xml) would always return an empty set, fixed...
2007-07-25 John ResigAdded a fix for relative // - $("//div",this) (bug...
2007-07-21 Brandon AaronselectedIndex is now cloned cross-browser (#1294)
2007-07-21 Brandon AaronselectedIndex is now cloned in IE (#1294)
2007-07-21 Brandon AaronaddClass doesn't fail when passed an undefined or null...
2007-07-21 Brandon Aaronmissing semi-colon
2007-07-21 Brandon Aarontrigger DOM0 event handlers when doing a trigger (...
2007-07-21 John ResigAdded support for parsererror errors from Ajax requests...
2007-07-21 John ResigAdded a fix for setting the style property in IE: ...
2007-07-20 John ResigAdded a fix for h1 + h2 not working. (Bug #1361)
2007-07-20 John ResigSafari doesn't return the correct computed opacity...
2007-07-20 John ResigAdded a fix to prevent the completion callback from...
2007-07-20 John ResigCompletely reworked the evalScripts() code, fixing...
2007-07-20 Brandon Aaronbroken test in IE
2007-07-20 John ResigMoving the easing check logic to the fx function, since...
2007-07-20 John ResigAdded a fix for when trim receives a null value (bug...
2007-07-20 John ResigMade it so that you can set the text value of elements...
2007-07-20 John ResigThe isTimeout fix from #970 was causing unintended...
2007-07-20 Brandon AaronFix for #1402
2007-07-20 John ResigMade the error message equal to "timeout", if the reque...
2007-07-20 John ResigIE doesn't like doing attaching the mergeNum property...
2007-07-17 Jörn ZaeffererAdded runtest ant task (doesn't display results yet);
2007-07-15 John Resigdisplay block was being set on top/left animation,...
2007-07-12 John ResigFix for IE firing document ready too soon (Bug #1320).
2007-07-10 John ResigAdded better support for local file XHR, added document...
2007-07-09 John ResigAdded support for events, made window.location Async...
2007-07-09 John ResigGot some XHR tests to run, still some hanging threads...
2007-07-09 John ResigTouched up the XMLHttpRequest code (fixed some bugs...
2007-07-09 Yehuda KatzAdds XHR support to Rhino evn
2007-07-09 John ResigTweaked some of the tests, added in events and fx tests.
2007-07-09 John ResigAdded a className tweak. All core and selector tests...
2007-07-08 John ResigAdded a number of fixes: Tag name case-sensitivity...
2007-07-08 John ResigAdded basic support for IFrames, disabled a test which...
2007-07-08 John ResigA barebones implementation of getComputedStyle.
2007-07-08 John ResigUTF8 support rolled in (both for external docs and...
2007-07-08 John ResigAttribute values should be JS strings.
2007-07-08 John Resig.ownerDocument should be null on document.
2007-07-08 John ResigAdded support for "first option is auto-selected in...
2007-07-08 John ResigFixed selected/checked/disabled, added .style support...
2007-07-08 John ResigAdded .value to the env impl.
2007-07-08 John ResigAutomated test running using Rhino (no browser required...
2007-07-08 John ResigUpgraded Rhino to 1.6r6.
2007-07-08 John ResigMaking the test suite a little more XML-compliant.
2007-07-06 John ResigFinal fix for Safari crasher (bug #1331).
2007-07-05 John ResigFix for Safari 1.3 crash (bug #1331).
2007-07-05 Ed Engelhardtcommit annother trivial comment fix to reduce my local...
2007-07-05 Ed Engelhardtfix little typo in comment
2007-07-05 John ResigTagging the 1.1.3.1 release.
2007-07-05 John ResigOverflow revert was completely borked when you animated...
2007-07-05 John ResigAdded fix for broken child selectors in XML documents...
2007-07-04 John ResigAdded a fix for bug #1331, which caused Safari 1.3...
2007-07-04 John ResigFixed bug that prevented $= from working on elements...
2007-07-03 John ResigThe browser.version check was causing browsers with...
2007-07-02 Brandon Aaronfix opacity issues in IE
2007-07-01 John ResigTagging the 1.1.3 release.
2007-06-30 John ResigDid some minor tidying up.
2007-06-30 John ResigSimplified some of the IE styleFloat/cssFloat code.
2007-06-30 John ResigAdded support for min and speed to the 'all' build.
2007-06-30 John ResigAdded the Speed Test Suite. Can be made by doing 'make...
2007-06-29 Brandon AaronFix for #1322
2007-06-29 Brandon AaronFix for #1231
2007-06-29 John ResigWho am I kidding |= is useless.
2007-06-29 John ResigAdded minor support for |= and ~= selectors.
2007-06-29 John ResigAdded fix for :nth-child(n).
2007-06-29 John ResigAdded fix for broken :only-child.
2007-06-29 John ResigCalling jQuery() with apply would break things (namely...
2007-06-29 John ResigDisabling Ajax tests for now - too many timeouts.
2007-06-29 John ResigAdded extra last-child test.
2007-06-29 John ResigAdded massive speed improvements to selectors. Also...
2007-06-26 John ResigForgot to change the number of tests.
2007-06-26 John ResigDisabled the test until after 1.1.3 (when we have time...
2007-06-21 Brandon AaronFix for #1187, #1278 and #1279
2007-06-21 John ResigAdded a fix for easing problems (fall back to "linear...
2007-06-21 John ResigNormal hide/show toggling was broken, this fixes it...
2007-06-21 John ResigFix for #1214, #1216, #1234 (problem with animations...
2007-06-20 Jörn Zaeffereruse jquery for dblclick handler to access event.target
2007-06-16 John ResigFixed an issue with JSON data in packed scripts. (Bug...
2007-06-14 Jörn ZaeffererRemoved useless safari workarounds, added rerun-single...
2007-06-14 Jörn ZaeffererModified min build to include (like pack) the license...
2007-05-31 Brandon AaronAdding test for #1182
2007-05-31 Brandon AaronFix for #1185
next