jquery.git
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-06 jeresigMake sure that animated show resets the display correct...
2009-12-06 lrbabeFix inverted 'orig' and 'fix' event in mouseenter/mouse...
2009-12-06 Karl Swedbergadded semicolons to end of 2 statements (and fixed...
2009-12-05 jeresigAdding in an extra check, per the comments in 25b0ba9f9...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 jeresigMinor syntactical changes to :visible and :hidden.
2009-12-05 jeresigMade sure that a null speed doesn't get passed around...
2009-12-05 John ResigMake sure that width or height don't animate to a negat...
2009-12-05 John ResigRetooled the native triggering code, simplifying it.
2009-12-05 John ResigAllow the user to explicitly set a content-type header...
2009-12-05 Yehuda KatzFixes a bug I introduced
2009-12-05 Yehuda KatzAdded a test for bug 1095 for animations (animations...
2009-12-04 jeresigUpdating the source version to 1.4a2pre.
2009-12-04 jeresigTagging the 1.4a1 release.
2009-12-04 jeresigSwitched to using slice instead of join to get the...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigMinor syntax changes to the winnow function.
2009-12-03 jeresigUse now() in support.js instead of getTime.
2009-12-03 jeresigTweaked a CSS test to handle differences in font-size...
2009-12-03 jeresigRemoved broken hidden/visible test.
2009-12-03 jeresigRemoving unnecessary parens from :hidden.
2009-12-03 jeresigRe-arranged many of the selector tests, breaking them...
2009-12-03 jeresigJust restore window.JSON in the getJSON test, don't...
2009-12-03 jeresigLanded the rest of the liveHandler rewrite that takes...
2009-12-03 jeresigRe-worked the closest no-duplicate-selector code again...
2009-12-03 jeresigPrevent duplicate selectors from having to match in...
2009-12-03 jeresigNo need to do the closest match if no selectors are...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-12-02 jeresigExtracted the logic for copying events from one jQuery...
2009-12-02 jeresigFixed logic error in html method - support.leadingWhite...
2009-12-02 jeresigRemoved debug statements from manipulation tests, was...
2009-12-02 jeresigMake sure that a DOM node isn't getting passed through...
2009-12-02 jeresigAdded some isObjectLiteral tests.
2009-12-01 Yehuda KatzAdding a test that a new option can be selected with...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-30 jeresigUpdated the Rakefile to use the correct init code.
2009-11-30 jeresigShortened the build messages in the Makefile and added...
2009-11-30 jeresigDon't try to run the clone code if the directory alread...
2009-11-30 jeresigSwitched from using Git Submodules to just doing a...
2009-11-30 jeresigBringing Sizzle and QUnit up to date.
2009-11-30 jeresigDon't do the update after the pull - forces the submodu...
2009-11-30 jeresigUse .add() to merge two test groups together for .unwrap().
2009-11-30 jeresigChanged the style attribute test to handle hex colors...
2009-11-30 jeresigMade .show(null/undefined) and .hide(null/undefined...
2009-11-30 jeresigFixed a problem with animations with a duration of...
2009-11-30 jeresigSimplified a selector in the .live() tests.
2009-11-30 jeresigTweaked the live test to be a bit simpler.
2009-11-30 jeresigFixed wrap test that was looking for comment values...
2009-11-30 jeresigMerge branch 'master' of github.com:jquery/jquery
2009-11-30 jeresigFixed bug with singleTag matching in core.js.
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-30 jeresigIgnore diff and patch files.
2009-11-29 jeresigMerge branch 'master' of github.com:jquery/jquery
2009-11-29 jeresigAdding a Rakefile to build jQuery core, for those that...
2009-11-27 Karl Swedbergadded missing semicolons
2009-11-27 Karl Swedbergadded missing radix parameter for parseInt()
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-27 jeresigForce endlines to be just LF (any CRLF is auto-converte...
2009-11-25 John ResigDisable the X-Requested-With header to avoid preflighti...
2009-11-25 John ResigFixed spacing on the modified Ajax code.
2009-11-25 Mark GibsonFixing endlines.
2009-11-25 Robert KaticRe-adding zeros removed from slice calls in last commit.
2009-11-25 Robert KaticCorrected RegExp to match event namespaces. Fixes ...
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-17 John ResigAdded support for .text() on text nodes. Fixes #5525.
2009-11-17 John ResigRe-wrote context Ajax test to use an element instead...
2009-11-17 John ResigRe-adding the QUnit submodule file.
2009-11-17 Andrea GiammarchiChanged the === undefined ready event check to == null...
2009-11-15 John ResigHide the .settings file in the gitignore.
2009-11-15 Kim DalsgaardIgnoring src/selector.js (build) and Emacs backup files
2009-11-13 Scott GonzalezAdded test for passing null to .show()
2009-11-13 Scott GonzalezAllowing falsy values to be passed as a speed for hide().
2009-11-13 Scott GonzalezAllowing falsy values to be passed as a speed for show().
2009-11-13 Robert KaticCorrected some minor errors made by me (rkatic) in...
2009-11-12 Robert KaticForgotten to update the number of jQuery.extend related...
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 John ResigMake sure that the submodules are pulling from the...
2009-11-11 lrbabeUse array.indexOf if available (speeds up modern browse...
2009-11-11 John ResigAdded useMap and frameBorder IE support to attr. Fixes...
2009-11-11 John ResigAdded a check to make sure that a load request isn...
2009-11-11 John ResigPass in the XHR object as the third argument to the...
2009-11-11 John ResigFixed the case where HTML that contained entities was...
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-11-11 Rich DoughertyLand Rich's fix for not using window.top to do frame...
2009-11-11 John ResigMade jQuery('<div/>') and jQuery('<div></div>') use...
2009-11-11 John ResigOpera 9.2 was interpreting .5 as 0.50, changing it...
2009-11-11 John ResigRemoved the use of this.length++ as it makes it hard...
2009-11-11 Damian JanowskiAdd QUnit as a submodule.
2009-11-11 Damian JanowskiRemove symlink to John Resig's filesystem.
2009-11-11 Mr SpeakerMaking sure that you can bind multiple toggles to a...
2009-11-11 John ResigRenamed isObject to isObjectLiteral to be more specific.
2009-11-10 John ResigForce the submodules to keep up to date.
2009-11-09 John ResigRequire that, at least, document.body exists before...
2009-11-09 John ResigBacking out commit 81bfd9b870f658ce00eec48ea48a84d69c20...
next