aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-214-92/+130
* Followup #11649, clean up events in unit test.Dave Methvin2012-05-181-0/+1
* Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.Jason Moon2012-05-183-3/+37
* Fix #7157. Animation callbacks shouldn't see an element as :animated.Corey Frang2012-05-182-27/+40
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-1818-651/+651
* Fix #11777. Add EditorConfig support, closes gh-715.Trey Hunner2012-05-181-0/+36
* Update to QUnit 1.6.0Dave Methvin2012-05-181-0/+0
* Inline the boxModel test, and correct unit test. Closes gh-781.Mike Sherov2012-05-182-4/+8
* Grunt: Increase TestSwarm timeout to 30 minutesJörn Zaefferer2012-05-181-0/+1
* When IE6 & IE7 serve from the cache in async mode, resolves the request async...jaubourg2012-05-161-4/+6
* Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-05-160-0/+0
|\
| * Revert "Closes #741: Remove $("body") case in favor of $(document.body)."Rick Waldron waldron.rick@gmail.com2012-04-1830-762/+632
| * Closes #741: Remove $("body") case in favor of $(document.body).Dave Methvin2012-04-1830-632/+762
| * Merge pull request #730 from datag/patch-1Dave Methvin2012-04-101-1/+1
| |\
| | * Fixed/adjusted source comment of function access()Dominik D. Geyer2012-04-071-1/+1
| |/
* | Makes sure child element doesn't prevent setting height to 0. Fixes failure i...jaubourg2012-05-161-1/+1
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-156-20/+14
* | Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-152-6/+8
* | Fix #6724, though the Mobile Safari wound remains. Closes gh-764.Matt Farmer2012-05-142-8/+11
* | Fixes #10285 (for real this time).jaubourg2012-05-121-1/+1
* | Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-122-18/+36
* | Fix #11621, $(document).trigger() must bubble to window.Dave Methvin2012-05-122-5/+7
* | Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62eCorey Frang2012-05-111-0/+14
* | Scalarize [value, easing] before css-expanding; closes gh-750.Richard Gibson2012-05-112-34/+77
* | Fix #11738. Remove deprecated .closest(Array) => Array.Dave Methvin2012-05-112-33/+1
* | Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-112-6/+1
* | Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. ...Jörn Zaefferer2012-05-091-0/+3
* | Use a do-while statement to reduce redundant codeRick Waldron2012-05-071-4/+3
* | Fixes lint issues.Rick Waldron2012-05-071-1/+4
* | Additional reduction per @Raynos suggestion. Thanks!Rick Waldron2012-05-071-9/+4
* | Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()Rick Waldron2012-05-071-14/+13
* | Merge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquer...Rick Waldron2012-05-071-5/+4
|\ \
| * | Remove unnecessary arguments from .nth(). Fixes #11720Sindre Sorhus2012-05-071-5/+4
* | | grunt.js testswarm task: shorten job nameTimo Tijhof2012-05-071-1/+1
* | | @mikesherov said: no need for an else if!jaubourg2012-05-071-1/+1
|/ /
* | Grunt: Fix testswarm usernameJörn Zaefferer2012-05-071-1/+1
* | Grunt: Add testswarm taskJörn Zaefferer2012-05-072-1/+24
* | Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761Timo Tijhof2012-05-061-0/+0
* | Simplify jQuery( html, props ), closes gh-765.Scott González2012-05-061-6/+3
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ...jaubourg2012-05-063-1/+19
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready...jaubourg2012-05-063-50/+68
* | reduce complexity of ready further, and try manipulating DOM to make sure we'...Mike Sherov2012-05-043-7/+7
* | remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-046-100/+50
* | -8 bytesOleg2012-05-041-6/+5
* | Fixes the parameters given to load callback when the request errors.jaubourg2012-05-021-6/+11
* | Adds unit test to show order of parameters in the load callback are off for e...jaubourg2012-05-021-0/+42
* | Makes test message more meaningful.jaubourg2012-05-021-1/+1
* | jQuery.fn.load optimizationOleg2012-05-011-47/+38
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524Oleg2012-05-012-2/+19
* | Gandalf the Grey says you shall not leak globals, even in the depths of Unit ...jaubourg2012-04-301-1/+1