jquery.git
2007-08-31 John ResigAdded support for a new :header psuedo-selector (only...
2007-08-31 John ResigMake it so that you can filter tests by keyword.
2007-08-31 John ResigAdded support for .wrapInner() and .wrapAll() - and...
2007-08-31 John ResigAdded support for .contents(). Returns ALL child nodes...
2007-08-31 John ResigAdded $(...).map() functionality. (Also closes #1250...
2007-08-30 John ResigMade it so that you can pass in an event object to...
2007-08-30 John ResigAdded a new extra fn arg to trigger (so you don't have...
2007-08-28 John ResigMade jQuery's internal trigger method return the value...
2007-08-28 John ResigMade it so that the last return value is always returne...
2007-08-27 John ResigFixed the issue where $("body").find("div#foo") would...
2007-08-25 John ResigAdded new replaceWith() (replace all matched elements...
2007-08-25 John ResigAdded a test case for "purple include", fixed a bug.
2007-08-25 John ResigNew feature: You can now inject portions of a document...
2007-08-25 John ResigLanding animation of scrollLeft/scrollTop (also works...
2007-08-24 John ResigTagging the 1.1.4 release.
2007-08-24 John ResigMarked all the appropriate methods as being deprecated...
2007-08-24 John ResigBrought back a husk method to represent evalScripts...
2007-08-22 John ResigTweaked the Ajax test suite for Safari.
2007-08-22 John ResigOnly bind .ready() once per instance of jQuery - and...
2007-08-22 John ResigFixed bug with the packed version of jQuery.
2007-08-22 John ResigFixed the case where global events weren't being trigge...
2007-08-22 John ResigFixed use of eval() and new Function() to work within...
2007-08-22 John ResigMade 'jQuery' unrollable via .noConflict(true) and...
2007-08-22 John ResigAdded fix for undefined property in animation, in IE...
2007-08-21 John ResigUsing some of the ideas presented by rformato, I've...
2007-08-21 John ResigAdded the new :has() selector (Bug #1521)
2007-08-21 John ResigYou can now assign jQuery to random namespaces - very...
2007-08-21 John ResigFix for a selector speed regression (calling a simple...
2007-08-21 John ResigTwo quick fixes in relation to #1028. ajaxSetup shouldn...
2007-08-21 John ResigMake deep .extend() an optional argument - it will...
2007-08-20 Jörn Zaeffererignore dist folder
2007-08-20 Jörn Zaeffererignore eclipse' .project files
2007-08-20 John ResigFixed two cases where []. was used instead of Array...
2007-08-20 John ResigJust pushed in my changes for making jQuery.each on...
2007-08-20 John ResigJust pushed some major speed improvements through for...
2007-08-20 John ResigMake jQuery work without warnings in strict mode, in...
2007-08-20 John ResigImplemented the new .slice() method (bug #1517).
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).
next