aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | Unless of course, there are other animations to be done! Closes gh-775.
* 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 ↵jaubourg2012-05-161-4/+6
| | | | asynchronously. Fixes #11778.
* 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
| | | | | | | | This reverts commit 532ba250a9f6c5b0f51ec53d68aef9fb148e8dd6.
| * 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
| |\ | | | | | | Typo for header in function access()
| | * 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 ↵jaubourg2012-05-161-1/+1
| | | | | | | | in unit test in IE6.
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-156-20/+14
| | | | | | | | | | | | This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope. For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
* | 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(). ↵jaubourg2012-05-122-18/+36
| | | | | | | | Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749.
* | 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
| | | | | | | | If that can be made to pass, it should be added to the default task
* | Use a do-while statement to reduce redundant codeRick Waldron2012-05-071-4/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Fixes lint issues.Rick Waldron2012-05-071-1/+4
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Additional reduction per @Raynos suggestion. Thanks!Rick Waldron2012-05-071-9/+4
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()Rick Waldron2012-05-071-14/+13
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Merge branch 'bug11720-nth-argument' of ↵Rick Waldron2012-05-071-5/+4
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/sindresorhus/jquery into 1.8pre * 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery: Remove unnecessary arguments from .nth(). Fixes #11720
| * | Remove unnecessary arguments from .nth(). Fixes #11720Sindre Sorhus2012-05-071-5/+4
| | | | | | | | | | | | Also use postfix increment to make it a little clearer.
* | | 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
| | | | | | | | - See also: https://github.com/jquery/qunit/blob/master/History.md
* | 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
| | | | | | | | CDATA surrounding executed scripts. Unit tests added.
* | Transform $.bindReady into $.ready.promise. It is now possible to use ↵jaubourg2012-05-063-50/+68
| | | | | | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added.
* | reduce complexity of ready further, and try manipulating DOM to make sure ↵Mike Sherov2012-05-043-7/+7
| | | | | | | | we're really ready
* | 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 ↵jaubourg2012-05-021-0/+42
| | | | | | | | errors since the rewrite (this test works in master).
* | 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
| | | | | | | | Tests. So fly, you fools!