Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / src /
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-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-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-09 John ResigGot some XHR tests to run, still some hanging threads...
2007-07-09 John ResigTweaked some of the tests, added in events and fx 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 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 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-06-30 John ResigDid some minor tidying up.
2007-06-30 John ResigSimplified some of the IE styleFloat/cssFloat code.
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 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-16 John ResigFixed an issue with JSON data in packed scripts. (Bug...
2007-05-31 Brandon AaronAdding test for #1182
2007-05-31 Brandon AaronFix for #1185
2007-05-31 Brandon AaronFix for #923, #1136 and #1233
2007-05-31 Brandon AaronUse .one() when doing a .bind() with an "unload" event...
2007-05-30 Brandon AaronFix event.which (#1217)
2007-05-23 Brandon AaronClean up in jQuery.event.add for assigning a handler...
2007-05-23 Brandon AaronRolling back Rev 1892
2007-05-22 Ed Engelhardtremove an unused variable and its assignment in the...
2007-05-22 Ed Engelhardtremove a little superfluous blank which confused my...
2007-05-22 Ed EngelhardtIn r1576 on 2007-03-24 the merge() method was split...
2007-05-22 Ed Engelhardtfix style, prefix and typo in a few comments
2007-05-22 Ed Engelhardtimprove documentation of animate() function by mentioni...
2007-05-20 John ResigAdded support for the event object properties relatedTa...
2007-05-20 John ResigFix for bug #983 (Packed jQuery doesn't have a license...
2007-05-20 John ResigAdded fixes for bug #1052. Fixes the problems with...
2007-05-16 Brandon AaronFix for #1198
2007-05-14 Brandon AaronFix for #921 (IE clones events)
2007-05-13 Brandon AaronFix for #1182
2007-05-13 Brandon AaronFix for #1169
2007-05-13 Brandon AaronFix for #1162
2007-05-13 Brandon AaronFix for #1163
2007-05-11 Brandon AaronFix for #1167
2007-05-11 Brandon AaronClean up in jQuery.event.fix (#1171)
2007-05-11 Brandon AaronFix for #1186
2007-05-05 John ResigAdded some improvements to how the browser version...
2007-05-02 Brandon Aaronremoving the context and selector properties that I...
next