aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* testrunner: focus & blur events could fail if the window isn't focusedAriel Flesler2009-09-151-11/+17
* Adding some fixes for commit [6537]. If there's leading whitespace, or if an ...John Resig2009-09-151-6/+12
* jquery ajax: addition for #2452. Wasn't working correctly in some cases.Ariel Flesler2009-09-152-5/+8
* Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Ex...John Resig2009-09-151-3/+2
* jquery ajax: closes #2452. get() and post() weren't shifting all arguments co...Ariel Flesler2009-09-151-1/+4
* jquery ajax: closes #4994. Adding 'context' setting to $.ajaxAriel Flesler2009-09-152-17/+60
* avoid creating a new data cache if we don't need one. Also, short-circuit the...Yehuda Katz2009-09-151-9/+14
* jquery data: adding missing semicolonsAriel Flesler2009-09-151-3/+3
* Make jQuery.winnow a local functionYehuda Katz2009-09-151-3/+3
* jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. Ariel Flesler2009-09-152-4/+12
* testrunner: resetting the scroll position after focusing a fieldAriel Flesler2009-09-141-0/+1
* Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML doc...John Resig2009-09-141-2/+2
* Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creat...John Resig2009-09-141-2/+6
* jquery event: misc removalAriel Flesler2009-09-141-6/+2
* jquery data: closes #5224. Exposing the expando.Ariel Flesler2009-09-142-0/+18