jquery.git
2007-09-17 John ResigTagging the 1.2.1 release.
2007-09-15 John ResigAdded fix for bug #1567 - uppercase nodeName test in...
2007-09-15 John ResigFixed animating to 0% (Bug #1586).
2007-09-15 John ResigForgot the 'var' statement, causing variables to leak...
2007-09-15 John ResigAdded .eq(Number) back in - I'm convinced that it's...
2007-09-15 John ResigAdded a fix for bug #1612, where :contains() was failin...
2007-09-15 John ResigConvert relative animations to use -= and += (instead...
2007-09-15 John Resigetooled the jQuery constructor, makes it work better...
2007-09-15 John ResigFixed an issue with the suite expecting a different...
2007-09-15 John ResigFixed bug #1594, #1565, #1598 - all of which were conce...
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigBug #1584, ajaxStop/complete calls weren't called for...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-14 John ResigMake sure that the right event type is always triggered...
2007-09-14 John ResigFixed some bugs in how .queue() works (it wasn't handli...
2007-09-13 Brandon Aaronfix clone(true) for IE
2007-09-13 Brandon Aaronclean ant task shouldn't delete the new test folder
2007-09-12 Sean CatchpoleAbsolutely position animations, damn my twichy fingers...
2007-09-12 Sean CatchpoleAnimate should absolutely position if a number is passe...
2007-09-12 Paul MclanahanUpdated test.js for the runtest build target to reflect...
2007-09-11 Brandon Aaronsafari2 should just check the browser and version
2007-09-11 Brandon AaronInclude scroll offsets for everything but inline and...
2007-09-11 Brandon AaronCouple of fixes to the offset method
2007-09-10 John ResigFixed a bug that was occurring in the packed version...
2007-09-10 John ResigTagging the 1.2 release.
2007-09-10 John ResigMade the expando code attach properties to an anonymous...
2007-09-10 John ResigFixed a bug in .dir() where it would return non-element...
2007-09-09 John ResigFixed spelling mistake.
2007-09-09 John ResigAdded an extra check for removing a named cache propert...
2007-09-09 John ResigLanding a version of $(document)/$(window) .width(...
2007-09-09 John ResigAdded .prevAll() and .nextAll() functionality.
2007-09-09 John ResigSo, apparently, I never committed the second half of...
2007-09-09 John ResigFixed some line ending issues.
2007-09-09 John ResigErrors were occuring with getScript, if you called...
2007-09-09 John ResigMoved the fx queueing over to the new expando system.
2007-09-09 John Resig.stop() wouldn't resume any queued animations.
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReintroduced .offset() as a default include, added...
2007-09-08 John ResigLanding the .clone() rewrite by Brandon (also includes...
2007-09-08 John ResigDisabled the automatic inclusion of offset.js
2007-09-08 John ResigRemoved the test suite generation code.
2007-09-08 John ResigAdded the new .offset() method, directly imported from...
2007-09-08 John ResigAdded .hasClass() (Simply just passes through to .is()).
2007-09-08 John ResigFinished up some of the reorganization.
2007-09-08 John ResigReorganzing the jQuery source (first phase).
2007-09-08 John ResigAdded a new :animated selector - only selects elements...
2007-09-07 John ResigMassive FX rewrite. Full list of changes:
2007-09-07 John ResigFix for bug #760 (fontSize returns different values...
2007-09-07 John ResigFixed a bug in event - "native" is a reserved word...
2007-09-05 John ResigForgot to update the $.param() tests.
2007-09-05 John ResigRe-disabled the Ajax tests in Safari.
2007-09-05 John ResigIntegration of Mike Alsup's excellent form serializatio...
2007-09-04 John ResigAdded support for the new .andSelf() method. This metho...
2007-09-04 John ResigFix for bug #1549, where the DOM conversion of <code...
2007-09-04 John ResigMade it so that you can't change the type of an input...
2007-09-04 John ResigRemoved all deprecated functionality for jQuery 1.2...
2007-09-04 John ResigRemoved all inline documentation. The current version...
2007-09-04 John ResigAdded a new .stop() method which stops all animations...
2007-09-03 John ResigRe-disabled the ajax tests in Safari 3.
2007-09-03 John ResigAdded support for:
2007-09-03 John ResigAdded namespaced events to bind, unbind, and trigger...
2007-09-02 John ResigReverted the change that I made in #1320.
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...
next