| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 4 | -92/+130 |
* | Followup #11649, clean up events in unit test. | Dave Methvin | 2012-05-18 | 1 | -0/+1 |
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 3 | -3/+37 |
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 2 | -27/+40 |
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 18 | -651/+651 |
* | Fix #11777. Add EditorConfig support, closes gh-715. | Trey Hunner | 2012-05-18 | 1 | -0/+36 |
* | Update to QUnit 1.6.0 | Dave Methvin | 2012-05-18 | 1 | -0/+0 |
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 2 | -4/+8 |
* | Grunt: Increase TestSwarm timeout to 30 minutes | Jörn Zaefferer | 2012-05-18 | 1 | -0/+1 |
* | When IE6 & IE7 serve from the cache in async mode, resolves the request async... | jaubourg | 2012-05-16 | 1 | -4/+6 |
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-05-16 | 0 | -0/+0 |
|\ |
|
| * | Revert "Closes #741: Remove $("body") case in favor of $(document.body)." | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 30 | -762/+632 |
| * | Closes #741: Remove $("body") case in favor of $(document.body). | Dave Methvin | 2012-04-18 | 30 | -632/+762 |
| * | Merge pull request #730 from datag/patch-1 | Dave Methvin | 2012-04-10 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed/adjusted source comment of function access() | Dominik D. Geyer | 2012-04-07 | 1 | -1/+1 |
| |/ |
|
* | | Makes sure child element doesn't prevent setting height to 0. Fixes failure i... | jaubourg | 2012-05-16 | 1 | -1/+1 |
* | | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 6 | -20/+14 |
* | | Rename .andSelf to .addBack, deprecate .andSelf #9800 | Dave Methvin | 2012-05-15 | 2 | -6/+8 |
* | | Fix #6724, though the Mobile Safari wound remains. Closes gh-764. | Matt Farmer | 2012-05-14 | 2 | -8/+11 |
* | | Fixes #10285 (for real this time). | jaubourg | 2012-05-12 | 1 | -1/+1 |
* | | Preserves context objects when multiple Deferreds are passed to $.when(). Con... | jaubourg | 2012-05-12 | 2 | -18/+36 |
* | | Fix #11621, $(document).trigger() must bubble to window. | Dave Methvin | 2012-05-12 | 2 | -5/+7 |
* | | Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e | Corey Frang | 2012-05-11 | 1 | -0/+14 |
* | | Scalarize [value, easing] before css-expanding; closes gh-750. | Richard Gibson | 2012-05-11 | 2 | -34/+77 |
* | | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 2 | -33/+1 |
* | | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 2 | -6/+1 |
* | | Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. ... | Jörn Zaefferer | 2012-05-09 | 1 | -0/+3 |
* | | Use a do-while statement to reduce redundant code | Rick Waldron | 2012-05-07 | 1 | -4/+3 |
* | | Fixes lint issues. | Rick Waldron | 2012-05-07 | 1 | -1/+4 |
* | | Additional reduction per @Raynos suggestion. Thanks! | Rick Waldron | 2012-05-07 | 1 | -9/+4 |
* | | Further reduce historical cruft. Removes the untested and unnec. jQuery.nth() | Rick Waldron | 2012-05-07 | 1 | -14/+13 |
* | | Merge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquer... | Rick Waldron | 2012-05-07 | 1 | -5/+4 |
|\ \ |
|
| * | | Remove unnecessary arguments from .nth(). Fixes #11720 | Sindre Sorhus | 2012-05-07 | 1 | -5/+4 |
* | | | grunt.js testswarm task: shorten job name | Timo Tijhof | 2012-05-07 | 1 | -1/+1 |
* | | | @mikesherov said: no need for an else if! | jaubourg | 2012-05-07 | 1 | -1/+1 |
|/ / |
|
* | | Grunt: Fix testswarm username | Jörn Zaefferer | 2012-05-07 | 1 | -1/+1 |
* | | Grunt: Add testswarm task | Jörn Zaefferer | 2012-05-07 | 2 | -1/+24 |
* | | Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761 | Timo Tijhof | 2012-05-06 | 1 | -0/+0 |
* | | Simplify jQuery( html, props ), closes gh-765. | Scott González | 2012-05-06 | 1 | -6/+3 |
* | | Fixes #11402. domManip now also removes the closing part of HTML comments or ... | jaubourg | 2012-05-06 | 3 | -1/+19 |
* | | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 3 | -50/+68 |
* | | reduce complexity of ready further, and try manipulating DOM to make sure we'... | Mike Sherov | 2012-05-04 | 3 | -7/+7 |
* | | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 6 | -100/+50 |
* | | -8 bytes | Oleg | 2012-05-04 | 1 | -6/+5 |
* | | Fixes the parameters given to load callback when the request errors. | jaubourg | 2012-05-02 | 1 | -6/+11 |
* | | Adds unit test to show order of parameters in the load callback are off for e... | jaubourg | 2012-05-02 | 1 | -0/+42 |
* | | Makes test message more meaningful. | jaubourg | 2012-05-02 | 1 | -1/+1 |
* | | jQuery.fn.load optimization | Oleg | 2012-05-01 | 1 | -47/+38 |
* | | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 2 | -2/+19 |
* | | Gandalf the Grey says you shall not leak globals, even in the depths of Unit ... | jaubourg | 2012-04-30 | 1 | -1/+1 |