Shortened the build messages in the Makefile and added test/qunit and src/sizzle...
[jquery.git] / src /
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 jeresigMade .show(null/undefined) and .hide(null/undefined...
2009-11-30 jeresigFixed a problem with animations with a duration of...
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-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-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 Andrea GiammarchiChanged the === undefined ready event check to == null...
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-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
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 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-09 John ResigRequire that, at least, document.body exists before...
2009-11-09 John ResigBacking out commit 81bfd9b870f658ce00eec48ea48a84d69c20...
2009-11-09 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-11-09 lrbabeMaking mouseenter and mouseleave work with .live().
2009-11-09 lrbabeCleanup bubbling focus and blur events
2009-11-09 Robert KatićMade the closest method evaluate the selector with...
2009-11-09 rkaticAdded comments to isObject.
2009-11-07 John ResigFixing spacing problems from rkatic's patches.
2009-11-07 rkaticMake liveHandler to use jQuery.lastCloser and speed...
2009-11-07 rkaticStore last closer value to jQuery.lastCloser instead...
2009-11-07 John ResigMade sure that animate callbacks get executed even...
2009-11-07 John ResigMake .add() take an optional context and - if a context...
2009-11-07 John ResigComment nodes are discarded from a merge, for no appare...
2009-11-07 John ResigjQuery.ajax modified the passed-in object only to help...
2009-11-07 John ResigMake sure that document.body exists, at least, in IE...
2009-11-07 John ResigThe complete event wasn't getting called on local file...
2009-11-07 John ResigFixed the case where getComputedStyled was assumed...
2009-10-27 visionmediaConsistant splits using " " instead of ","
2009-10-26 John ResigPull in the Sizzle library dynamically using a submodul...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-10-23 John ResigRemoved the revision info and fixed the date pull to...
2009-10-12 John ResigFixed the cleaning method to support namespaced element...
2009-10-08 John ResigFixed == change in ready.
2009-09-25 John ResigAdding in .unwrap() support, thanks to Ben Alman! Fixes...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-17 Yehuda KatzGetting $.param working well; Patch by ben_alman
2009-09-16 Yehuda KatzProbably not the optimal solution, but tests pass.
2009-09-16 Ariel Fleslerjquery event: closes #5250. bind(), unbind() and one...
2009-09-15 Brandon Aarondata should not add expando unless actually adding...
2009-09-15 John ResigMissing a var on a for loop, caused a variable to be...
2009-09-15 John ResigMissing a var on a for loop, caused a variable to be...
2009-09-15 Brandon Aaronoffset is now a setter
2009-09-15 Jörn Zaeffererfixed global variables introduced in for loop with...
2009-09-15 Ariel Fleslerjquery attributes: closes #5234. attr() supports jQuery...
2009-09-15 John ResigAdding some fixes for commit [6537]. If there's leading...
2009-09-15 Ariel Fleslerjquery ajax: addition for #2452. Wasn't working correct...
2009-09-15 John ResigFix for SVN rev [6537]. Events weren't being unbound...
2009-09-15 Ariel Fleslerjquery ajax: closes #2452. get() and post() weren't...
2009-09-15 Ariel Fleslerjquery ajax: closes #4994. Adding 'context' setting...
2009-09-15 Yehuda Katzavoid creating a new data cache if we don't need one...
2009-09-15 Ariel Fleslerjquery data: adding missing semicolons
2009-09-15 Yehuda KatzMake jQuery.winnow a local function
2009-09-15 Ariel Fleslerjquery fx: closes #2542. show/hide(0, fn) wasn't callin...
2009-09-14 John ResigAnother fix for [6537] - make sure that .innerHTML...
2009-09-14 John ResigFixed a bug introduced in SVN rev [6537] that caused...
2009-09-14 Ariel Fleslerjquery event: misc removal
2009-09-14 Ariel Fleslerjquery data: closes #5224. Exposing the expando.
2009-09-14 John ResigAdded support for .before(), .after(), and .replaceWith...
2009-09-14 Ariel Fleslerjquery event: fixes #4989. blur and focus events now...
2009-09-14 Brandon Aaronfix for #5198, event memory leak limited to IE only...
2009-09-14 Brandon Aaronfix for #5017
2009-09-14 Ariel Fleslerjquery ajax: Misc rename
2009-09-14 Ariel Fleslerjquery core: Fixed #5202. Fixing selector generation...
2009-09-14 Ariel Fleslerjquery core: removing the body optimization, as it...
2009-09-11 Ariel Fleslerjquery core: commenting the new access function.
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-09-09 Ariel Fleslerjquery core: fixes 5187. getElementsByTagName optimizat...
2009-09-09 Ariel Fleslerjquery core: closes #5186. getElementsByTagName optimiz...
2009-09-09 John ResigAdded support for .eq(-N), .first(), and .last(). Fixes...
2009-09-08 John ResigOptimize jQuery() for the case $("TAG").
2009-09-08 John ResigUse the native Array indexOf method if it exists, for...
2009-09-08 John ResigRemoved jQuery.className.(has|remove|add) in favor...
2009-09-07 John ResigBroke the logic for .clean() wrap out into a separate...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-09-07 John ResigAdded an optimization for the case where $("body")...
2009-09-02 Yehuda KatzAdds nested param serialization; Closes #4201 (by merbjedi)
next