jquery.git
2009-10-23 Jon Evansfix sed statement used to extract the date
2009-10-23 John ResigRemoved the revision info and fixed the date pull to...
2009-10-23 John ResigRemoving the old speed perf directory (the current...
2009-10-23 John ResigOnly need Java if you want to build a minified version...
2009-10-23 John ResigRemoved the 'lite' build option (no longer used) and...
2009-10-23 John ResigCleaned out the build directory - a lot of old files...
2009-10-23 John ResigRemoving some old text files.
2009-10-23 John ResigAdded the submodule init/update to the Makefile for...
2009-10-23 John ResigPull in QUnit using a submodule. In order to build...
2009-10-23 John ResigWe don't want to filter out the qunit file.
2009-10-12 John ResigFixed the cleaning method to support namespaced element...
2009-10-08 John ResigFixed == change in ready.
2009-09-29 John ResigUpdated the jQuery suite to use the updated QUnit CSS...
2009-09-29 John ResigUpdated the jQuery test suite to use the new QUnit...
2009-09-29 John ResigMoved the jQuery-specific test suite CSS into a separat...
2009-09-29 John ResigAdapted the jQuery test suite to handle the toolbar...
2009-09-29 John ResigUpdated the jQuery suite to use the new 'qunit-' prefix...
2009-09-29 John ResigFixed the q() method to use same instead of isSet.
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-29 John ResigMoved some jQuery-specific test methods into the core...
2009-09-29 John ResigMoved the init test script off into a separate file.
2009-09-25 John ResigAdding in .unwrap() support, thanks to Ben Alman! Fixes...
2009-09-25 John ResigRemoved the trailing endline from the version.
2009-09-25 John ResigFull steam ahead! We're going for 1.4.
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 Zaeffererremove globals in tests for compability with ?noglobals...
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 Ariel Fleslertestrunner: focus & blur events could fail if the windo...
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 Ariel Fleslertestrunner: resetting the scroll position after focusin...
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 Brandon Aaronremove and detach unit tests were not cleaning up,...
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)
2009-08-27 John ResigFixed a bug with the isXMLDoc test - also made sure...
2009-08-27 John ResigTweaked the isXMLDoc iframe test case to test the docum...
2009-08-26 John ResigIf the XHR object no longer exists assume that the...
2009-08-26 John ResigTemporarily disabled some tests for Opera 10 - a variet...
2009-08-10 John ResigMoved exposing window.jQuery and window.$ to the end...
2009-07-28 John ResigAdded support for .closest(filter, DOMElement). Fixes...
2009-07-28 John ResigBacking out commit #6507 - causes too many problems.
2009-07-27 John ResigFix some missing braces in core.js.
2009-07-27 John ResigAdded an improvement to quickExpr and some more tests...
2009-07-27 John ResigMake sure payload is sent for PUT requests. (Thanks...
2009-07-27 John ResigShortened the isXMLDoc code, based upon recommendation...
2009-07-27 John ResigAdded an extra documentElement check to isXMLDoc for...
2009-07-25 John ResigImplemented support for .context limited .closest(...
2009-07-25 John ResigFix for animating hyphenated CSS properties. Fixes...
2009-07-25 Brandon AaronFix for #4972. Dreamweaver CS4 crashes on offset module...
2009-07-25 Brandon Aaronrevision 6494 accidentally reverted some changes to...
2009-07-24 Brandon Aaronadd scrollTop/Left tests and fix for IE
2009-07-24 Ariel Fleslerspeed: adding a benchmark() function
2009-07-24 Ariel Fleslerspeed: misc changes to the top comment
2009-07-24 Ariel Fleslerspeed: committing a failing experiment of concat vs...
2009-07-23 John ResigChanged .get(-Number) to use .slice() instead of .toArr...
2009-07-23 John ResigFix for incorrect options being selected (noticed same...
2009-07-23 John ResigMake sure that at least one argument is provided to...
2009-07-22 John ResigOptimizing isXMLDoc.
2009-07-22 John ResigSupport dynamically loaded copies of jQuery using docum...
2009-07-22 John ResigMake sure that the script is removed only if it's actua...
2009-07-21 John ResigCompletely disable the flaky fx queue test.
2009-07-21 John ResigExaggerate the times for the localtimeout ajax test.
2009-07-21 John ResigRetool the fx test again, making it more apparent which...
2009-07-21 John ResigMade a tweak to the fx queue test (was randomly failing...
next