aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make .add() take an optional context and - if a context is specified in the r...John Resig2009-11-072-3/+15
* Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.John Resig2009-11-071-13/+2
* jQuery.ajax modified the passed-in object only to help test the code - this s...John Resig2009-11-072-1/+6
* A typechange for test/qunit.John Resig2009-11-071-0/+1
* Make sure that document.body exists, at least, in IE before the ready event i...John Resig2009-11-071-1/+2
* The complete event wasn't getting called on local file 404s. Thanks to 'mrspe...John Resig2009-11-071-0/+2
* Fixed the case where getComputedStyled was assumed to exist if getBoundingCli...John Resig2009-11-071-2/+2
* Removing some of the SVN-specific stuff from the Ant build file (should proba...John Resig2009-11-071-16/+0
* changed the extension of the README from .markdown to .mdMichael Bensoussan2009-11-031-0/+0
* update the README title with a direct linkMichael Bensoussan2009-11-031-2/+1
* update the README for more readbilityMichael Bensoussan2009-11-031-7/+7
* from txt to markdownMichael Bensoussan2009-11-032-58/+60
* Consistant splits using " " instead of ","visionmedia2009-10-272-4/+4
* Pull in the Sizzle library dynamically using a submodule and make it part of ...John Resig2009-10-266-1022/+31
* Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...John Resig2009-10-266-66/+75
* fix sed statement used to extract the dateJon Evans2009-10-231-1/+1
* Removed the revision info and fixed the date pull to work against git log ins...John Resig2009-10-232-4/+1
* Removing the old speed perf directory (the current one is in the main 'speed'...John Resig2009-10-226-3892/+1
* Only need Java if you want to build a minified version of jQuery.John Resig2009-10-221-1/+1
* Removed the 'lite' build option (no longer used) and updated the README.John Resig2009-10-222-19/+5
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-2219-3345/+1
* Removing some old text files.John Resig2009-10-222-101/+0
* Added the submodule init/update to the Makefile for 'make test' and updated t...John Resig2009-10-222-13/+8
* Pull in QUnit using a submodule. In order to build jQuery (and run the tests)...John Resig2009-10-223-2/+5
* We don't want to filter out the qunit file.John Resig2009-10-221-2/+1
* Fixed the cleaning method to support namespaced elements. Thanks to einaros f...John Resig2009-10-121-2/+2
* Fixed == change in ready.John Resig2009-10-081-1/+2
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-293-6/+6
* Updated the jQuery test suite to use the new QUnit file names.John Resig2009-09-291-2/+2
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-292-4/+107
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-292-1/+2
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-292-11/+11
* Fixed the q() method to use same instead of isSet.John Resig2009-09-291-2/+2
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-296-95/+95
* Moved some jQuery-specific test methods into the core module.John Resig2009-09-291-0/+43
* Moved the init test script off into a separate file.John Resig2009-09-292-6/+5
* Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.John Resig2009-09-252-0/+39
* Removed the trailing endline from the version.John Resig2009-09-251-1/+1
* Full steam ahead! We're going for 1.4.John Resig2009-09-251-1/+1
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-259-48/+73
* Getting $.param working well; Patch by ben_almanYehuda Katz2009-09-172-34/+64
* Probably not the optimal solution, but tests pass.Yehuda Katz2009-09-162-1/+53
* jquery event: closes #5250. bind(), unbind() and one() support Object Literal...Ariel Flesler2009-09-162-0/+78
* data should not add expando unless actually adding dataBrandon Aaron2009-09-152-20/+45
* Missing a var on a for loop, caused a variable to be leaked.John Resig2009-09-151-1/+1
* Missing a var on a for loop, caused a variable to be leaked.John Resig2009-09-151-1/+1
* offset is now a setterBrandon Aaron2009-09-154-83/+248
* remove globals in tests for compability with ?noglobals, to be enabled by def...Jörn Zaefferer2009-09-152-2/+5
* fixed global variables introduced in for loop with missing var-keyword (detec...Jörn Zaefferer2009-09-151-1/+1
* jquery attributes: closes #5234. attr() supports jQuery.fn methods.Ariel Flesler2009-09-152-2/+50