]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoEnsure both height and width port functions exist before attempting to run dimensions...
Rick Waldron [Wed, 6 Jun 2012 21:38:52 +0000 (17:38 -0400)]
Ensure both height and width port functions exist before attempting to run dimensions tests.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFixe dimensions tests. No core code changes. Supplements #11856
Mike Sherov [Wed, 6 Jun 2012 21:06:03 +0000 (17:06 -0400)]
Fixe dimensions tests. No core code changes. Supplements #11856

12 years agoFix busted tests that relied on width in 2nd param to jQuery(), dimensions stays...
Rick Waldron [Tue, 5 Jun 2012 20:38:18 +0000 (16:38 -0400)]
Fix busted tests that relied on width in 2nd param to jQuery(), dimensions stays modular. (core, attributes, offset)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoMake dimensions modular, adds optional build flag. Fixes #11856
Mike Sherov [Tue, 5 Jun 2012 19:29:46 +0000 (15:29 -0400)]
Make dimensions modular, adds optional build flag. Fixes #11856

12 years agoAllow users to store custom dist destinations in dist/.destination.json
Rick Waldron [Tue, 5 Jun 2012 17:10:01 +0000 (13:10 -0400)]
Allow users to store custom dist destinations in dist/.destination.json

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoDon't create "*" dir when "grunt dist" is run without explicit destination dir. ...
Rick Waldron [Tue, 5 Jun 2012 16:16:48 +0000 (12:16 -0400)]
Don't create "*" dir when "grunt dist" is run without explicit destination dir. (thanks @timmywil)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoAdds "grunt submodules" docs to readme, removes old make command docs
Rick Waldron [Tue, 5 Jun 2012 15:59:07 +0000 (11:59 -0400)]
Adds "grunt submodules" docs to readme, removes old make command docs

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoCreate special "grunt watch" task called "dev"
Rick Waldron [Tue, 5 Jun 2012 15:50:49 +0000 (11:50 -0400)]
Create special "grunt watch" task called "dev"

"dev" is a short task list that's optimized for grunt watch's high run rate frequency

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoRelativize all urls pertaining to dist/jquery.js so users can run their server from...
timmywil [Mon, 4 Jun 2012 22:04:11 +0000 (18:04 -0400)]
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.

12 years agoMake readme instructions bold and hopefully easier to spot
Rick Waldron [Mon, 4 Jun 2012 16:56:06 +0000 (12:56 -0400)]
Make readme instructions bold and hopefully easier to spot

12 years agoTake out the papers and the trash (from build/)
Rick Waldron [Mon, 4 Jun 2012 16:53:53 +0000 (12:53 -0400)]
Take out the papers and the trash (from build/)

12 years agoStrips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron [Mon, 4 Jun 2012 16:48:18 +0000 (12:48 -0400)]
Strips IIFEs from modules; Always require built jQuery for tests.

12 years agoSpace => tab indent correction
Rick Waldron [Sun, 3 Jun 2012 14:42:24 +0000 (10:42 -0400)]
Space => tab indent correction

12 years agoNo need to dasherize and use getPropertyValue, closes gh-805.
Mike Sherov [Thu, 31 May 2012 12:32:19 +0000 (08:32 -0400)]
No need to dasherize and use getPropertyValue, closes gh-805.

All invocations of curCSS are already camelcased. See the PR for discussion.

12 years agoRemoves temp var, shaves 2 bytes from gzipped size
Rick Waldron [Thu, 31 May 2012 22:15:57 +0000 (18:15 -0400)]
Removes temp var, shaves 2 bytes from gzipped size

12 years agoFix #11724, $(document).height() in Firefox 12. Closes gh-802.
Mike Sherov [Tue, 29 May 2012 12:46:00 +0000 (08:46 -0400)]
Fix #11724, $(document).height() in Firefox 12. Closes gh-802.

This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox.

12 years agoFix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.
Richard Gibson [Thu, 31 May 2012 15:31:13 +0000 (08:31 -0700)]
Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.

12 years agoFix #11787: Remove jQuery.curCSS, closes gh-801.
Richard Gibson [Tue, 29 May 2012 04:31:01 +0000 (00:31 -0400)]
Fix #11787: Remove jQuery.curCSS, closes gh-801.

12 years agoAdjust the return type for the tabindex attribute tests to be a string. Recomment...
timmywil [Wed, 30 May 2012 18:16:27 +0000 (14:16 -0400)]
Adjust the return type for the tabindex attribute tests to be a string. Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute.

Related:
https://bugzilla.mozilla.org/show_bug.cgi?id=618737

12 years agoUncomment an old test for when the tabindex attrhook was deprecated
timmywil [Wed, 30 May 2012 18:07:59 +0000 (14:07 -0400)]
Uncomment an old test for when the tabindex attrhook was deprecated

12 years agoRemove the tabindex attrHook. Fixes #8473
timmywil [Wed, 30 May 2012 17:46:50 +0000 (13:46 -0400)]
Remove the tabindex attrHook. Fixes #8473

12 years agoUpdate Sizzle: Fixes fail in ajax module and Safari 5.0
timmywil [Wed, 30 May 2012 15:20:28 +0000 (11:20 -0400)]
Update Sizzle: Fixes fail in ajax module and Safari 5.0

12 years agoUpdate Sizzle: fixes fail in traversing tests
timmywil [Wed, 30 May 2012 02:33:17 +0000 (22:33 -0400)]
Update Sizzle: fixes fail in traversing tests

12 years agoUpdate Sizzle: regex cleanup
timmywil [Wed, 30 May 2012 00:48:07 +0000 (20:48 -0400)]
Update Sizzle: regex cleanup

12 years agoUpdate Sizzle: save 5 bytes
timmywil [Tue, 29 May 2012 20:08:00 +0000 (16:08 -0400)]
Update Sizzle: save 5 bytes

12 years agoUpdate Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.
timmywil [Tue, 29 May 2012 19:46:33 +0000 (15:46 -0400)]
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.

12 years agoUpdate Sizzle: only one assertion is needed for getElementsByClassName
timmywil [Tue, 29 May 2012 19:13:53 +0000 (15:13 -0400)]
Update Sizzle: only one assertion is needed for getElementsByClassName

12 years agoUpdate Sizzle
timmywil [Tue, 29 May 2012 18:58:34 +0000 (14:58 -0400)]
Update Sizzle

12 years agoUpdate README: IDs are without hashes in t()
timmywil [Tue, 29 May 2012 18:57:37 +0000 (15:57 -0300)]
Update README: IDs are without hashes in t()

12 years agoUpdate README to stylize docs on jQuery's test suite methods
timmywil [Tue, 29 May 2012 17:25:02 +0000 (14:25 -0300)]
Update README to stylize docs on jQuery's test suite methods

12 years agoAdd quick-start documentation for testing with QUnit and using jQuery's helper methods.
timmywil [Tue, 29 May 2012 16:40:13 +0000 (12:40 -0400)]
Add quick-start documentation for testing with QUnit and using jQuery's helper methods.

12 years agojQuery#addBack supports an optional selector that can be used to filter the prior...
Ben Alman [Tue, 29 May 2012 16:04:27 +0000 (12:04 -0400)]
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800

12 years agoFix #11767. Modularize build and unit tests for exluding effects.
Richard Gibson [Tue, 29 May 2012 02:25:04 +0000 (22:25 -0400)]
Fix #11767. Modularize build and unit tests for exluding effects.

Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.

12 years agoAdds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is...
Rick Waldron [Tue, 29 May 2012 02:20:37 +0000 (22:20 -0400)]
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed

12 years agoAdd .sizecache.json to the gitignore
timmywil [Tue, 29 May 2012 01:39:31 +0000 (21:39 -0400)]
Add .sizecache.json to the gitignore

12 years agoUpdate Sizzle: Case insensitive text filter. Fixes #8943
timmywil [Mon, 28 May 2012 23:33:00 +0000 (19:33 -0400)]
Update Sizzle: Case insensitive text filter. Fixes #8943

12 years agoRevert QUnit to a stable release (v1.6.0)
timmywil [Mon, 28 May 2012 23:16:23 +0000 (19:16 -0400)]
Revert QUnit to a stable release (v1.6.0)

12 years agoUpdate Sizzle: Add test for [selected] attribute selections. Addresses a small issue...
timmywil [Mon, 28 May 2012 22:32:00 +0000 (18:32 -0400)]
Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA.

12 years agoFollowup gh-796. Eliminate try-catch in oldIE, closes gh-799.
Oleg [Mon, 28 May 2012 05:49:47 +0000 (09:49 +0400)]
Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.

12 years agoUpdate Sizzle: Fixes a fail in traversing and one in ajax.
timmywil [Mon, 28 May 2012 20:04:45 +0000 (16:04 -0400)]
Update Sizzle: Fixes a fail in traversing and one in ajax.

12 years agoMove length tests to jQuery's selector tests as it relates to jQuery.merge.
timmywil [Mon, 28 May 2012 18:35:01 +0000 (14:35 -0400)]
Move length tests to jQuery's selector tests as it relates to jQuery.merge.

12 years agoUpdate Sizzle: independent XML testing
timmywil [Mon, 28 May 2012 17:10:36 +0000 (13:10 -0400)]
Update Sizzle: independent XML testing

12 years agoMinor test suite adjustments
timmywil [Mon, 28 May 2012 16:43:41 +0000 (12:43 -0400)]
Minor test suite adjustments

12 years agoUpdate QUnit
timmywil [Mon, 28 May 2012 16:43:16 +0000 (12:43 -0400)]
Update QUnit

12 years agoUpdate Sizzle and add tests from the Sizzle suite that require jQuery for the selecti...
timmywil [Mon, 28 May 2012 16:18:40 +0000 (12:18 -0400)]
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js

12 years agoFix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.
Oleg [Sun, 27 May 2012 16:37:35 +0000 (12:37 -0400)]
Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.

12 years agoApply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.
Richard Gibson [Fri, 25 May 2012 01:52:35 +0000 (21:52 -0400)]
Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.

12 years agoFix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.
Mike Sherov [Fri, 25 May 2012 01:39:31 +0000 (21:39 -0400)]
Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.

12 years agoFix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
Mike Sherov [Thu, 24 May 2012 12:46:38 +0000 (08:46 -0400)]
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.

12 years agoOptimizations to animation queue/promise logic, closes gh-776.
Corey Frang [Wed, 23 May 2012 03:04:45 +0000 (23:04 -0400)]
Optimizations to animation queue/promise logic, closes gh-776.

12 years agoFix #11755. Avoid :hidden selector for animations. Closes gh-774.
Oleg [Wed, 23 May 2012 02:36:55 +0000 (22:36 -0400)]
Fix #11755. Avoid :hidden selector for animations. Closes gh-774.

12 years agoFix #11796. Preserve oldIE change delegation on clone. Closes gh-789.
Jason Moon [Mon, 21 May 2012 23:01:59 +0000 (18:01 -0500)]
Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.

12 years agoUpdate version to 1.8pre
Rick Waldron [Tue, 22 May 2012 21:25:46 +0000 (14:25 -0700)]
Update version to 1.8pre

12 years agoFix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.
Mike Sherov [Tue, 22 May 2012 14:11:47 +0000 (10:11 -0400)]
Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.

checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.

12 years agoFix #10877. Make outerWidth/Height a setter. Closes gh-783.
Mike Sherov [Mon, 21 May 2012 17:44:19 +0000 (13:44 -0400)]
Fix #10877. Make outerWidth/Height a setter. Closes gh-783.

12 years agoFollowup #11649, clean up events in unit test.
Dave Methvin [Fri, 18 May 2012 21:01:17 +0000 (17:01 -0400)]
Followup #11649, clean up events in unit test.

12 years agoFix #11649. Preserve oldIE submit flag when cloning, closes gh-772.
Jason Moon [Fri, 18 May 2012 20:30:28 +0000 (16:30 -0400)]
Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.

12 years agoFix #7157. Animation callbacks shouldn't see an element as :animated.
Corey Frang [Fri, 18 May 2012 17:48:24 +0000 (13:48 -0400)]
Fix #7157. Animation callbacks shouldn't see an element as :animated.

Unless of course, there are other animations to be done! Closes gh-775.

12 years agoFix indentation in /speed and /test dirs, closes gh-780.
Trey Hunner [Fri, 18 May 2012 17:28:50 +0000 (13:28 -0400)]
Fix indentation in /speed and /test dirs, closes gh-780.

12 years agoFix #11777. Add EditorConfig support, closes gh-715.
Trey Hunner [Fri, 18 May 2012 17:24:48 +0000 (13:24 -0400)]
Fix #11777. Add EditorConfig support, closes gh-715.

12 years agoUpdate to QUnit 1.6.0
Dave Methvin [Fri, 18 May 2012 17:15:21 +0000 (13:15 -0400)]
Update to QUnit 1.6.0

12 years agoInline the boxModel test, and correct unit test. Closes gh-781.
Mike Sherov [Fri, 18 May 2012 16:40:10 +0000 (12:40 -0400)]
Inline the boxModel test, and correct unit test. Closes gh-781.

12 years agoGrunt: Increase TestSwarm timeout to 30 minutes
Jörn Zaefferer [Fri, 18 May 2012 12:47:04 +0000 (14:47 +0200)]
Grunt: Increase TestSwarm timeout to 30 minutes

12 years agoWhen IE6 & IE7 serve from the cache in async mode, resolves the request asynchronousl...
jaubourg [Wed, 16 May 2012 21:43:16 +0000 (23:43 +0200)]
When IE6 & IE7 serve from the cache in async mode, resolves the request asynchronously. Fixes #11778.

12 years agoMerge branch 'master' of github.com:jquery/jquery
Dave Methvin [Wed, 16 May 2012 18:03:59 +0000 (14:03 -0400)]
Merge branch 'master' of github.com:jquery/jquery

12 years agoMakes sure child element doesn't prevent setting height to 0. Fixes failure in unit...
jaubourg [Wed, 16 May 2012 14:08:50 +0000 (16:08 +0200)]
Makes sure child element doesn't prevent setting height to 0. Fixes failure in unit test in IE6.

12 years agoFix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
Mike Sherov [Tue, 15 May 2012 01:02:42 +0000 (21:02 -0400)]
Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.

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.

12 years agoRename .andSelf to .addBack, deprecate .andSelf #9800
Dave Methvin [Wed, 16 May 2012 03:14:13 +0000 (23:14 -0400)]
Rename .andSelf to .addBack, deprecate .andSelf #9800

12 years agoFix #6724, though the Mobile Safari wound remains. Closes gh-764.
Matt Farmer [Mon, 14 May 2012 18:12:14 +0000 (14:12 -0400)]
Fix #6724, though the Mobile Safari wound remains. Closes gh-764.

12 years agoFixes #10285 (for real this time).
jaubourg [Sat, 12 May 2012 21:26:39 +0000 (23:26 +0200)]
Fixes #10285 (for real this time).

12 years agoPreserves context objects when multiple Deferreds are passed to $.when(). Context...
jaubourg [Sat, 12 May 2012 19:41:39 +0000 (21:41 +0200)]
Preserves context objects when multiple Deferreds are passed to $.when(). 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.

12 years agoFix #11621, $(document).trigger() must bubble to window.
Dave Methvin [Sat, 12 May 2012 17:38:33 +0000 (13:38 -0400)]
Fix #11621, $(document).trigger() must bubble to window.

12 years agoFixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e
Corey Frang [Fri, 11 May 2012 20:32:50 +0000 (15:32 -0500)]
Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e

12 years agoScalarize [value, easing] before css-expanding; closes gh-750.
Richard Gibson [Fri, 11 May 2012 20:20:32 +0000 (16:20 -0400)]
Scalarize [value, easing] before css-expanding; closes gh-750.

12 years agoFix #11738. Remove deprecated .closest(Array) => Array.
Dave Methvin [Fri, 11 May 2012 19:11:13 +0000 (15:11 -0400)]
Fix #11738. Remove deprecated .closest(Array) => Array.

12 years agoFix #11736. Remove deprecated Deferred.isResolved/isRejected.
Dave Methvin [Fri, 11 May 2012 03:45:14 +0000 (23:45 -0400)]
Fix #11736. Remove deprecated Deferred.isResolved/isRejected.

12 years agoGrunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that...
Jörn Zaefferer [Wed, 9 May 2012 07:34:00 +0000 (09:34 +0200)]
Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that can be made to pass, it should be added to the default task

12 years agoUse a do-while statement to reduce redundant code
Rick Waldron [Mon, 7 May 2012 20:49:23 +0000 (16:49 -0400)]
Use a do-while statement to reduce redundant code

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFixes lint issues.
Rick Waldron [Mon, 7 May 2012 20:45:22 +0000 (16:45 -0400)]
Fixes lint issues.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoAdditional reduction per @Raynos suggestion. Thanks!
Rick Waldron [Mon, 7 May 2012 20:38:55 +0000 (16:38 -0400)]
Additional reduction per @Raynos suggestion. Thanks!

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFurther reduce historical cruft. Removes the untested and unnec. jQuery.nth()
Rick Waldron [Mon, 7 May 2012 20:05:05 +0000 (16:05 -0400)]
Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoMerge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery into...
Rick Waldron [Mon, 7 May 2012 19:50:04 +0000 (15:50 -0400)]
Merge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery into 1.8pre

* 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery:
  Remove unnecessary arguments from .nth(). Fixes #11720

12 years agoRemove unnecessary arguments from .nth(). Fixes #11720 769/head
Sindre Sorhus [Mon, 7 May 2012 17:59:11 +0000 (19:59 +0200)]
Remove unnecessary arguments from .nth(). Fixes #11720

Also use postfix increment to make it a little clearer.

12 years agogrunt.js testswarm task: shorten job name 768/head
Timo Tijhof [Mon, 7 May 2012 17:43:43 +0000 (19:43 +0200)]
grunt.js testswarm task: shorten job name

12 years ago@mikesherov said: no need for an else if!
jaubourg [Mon, 7 May 2012 17:14:00 +0000 (19:14 +0200)]
@mikesherov said: no need for an else if!

12 years agoGrunt: Fix testswarm username
Jörn Zaefferer [Mon, 7 May 2012 10:13:08 +0000 (12:13 +0200)]
Grunt: Fix testswarm username

12 years agoGrunt: Add testswarm task
Jörn Zaefferer [Mon, 7 May 2012 10:06:12 +0000 (12:06 +0200)]
Grunt: Add testswarm task

12 years agoUpdate qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761
Timo Tijhof [Wed, 2 May 2012 01:12:55 +0000 (03:12 +0200)]
Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761

- See also: https://github.com/jquery/qunit/blob/master/History.md

12 years agoSimplify jQuery( html, props ), closes gh-765.
Scott González [Fri, 4 May 2012 17:55:23 +0000 (13:55 -0400)]
Simplify jQuery( html, props ), closes gh-765.

12 years agoFixes #11402. domManip now also removes the closing part of HTML comments or CDATA...
jaubourg [Sat, 5 May 2012 23:27:01 +0000 (01:27 +0200)]
Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added.

12 years agoTransform $.bindReady into $.ready.promise. It is now possible to use $.ready.promise...
jaubourg [Sat, 5 May 2012 23:05:03 +0000 (01:05 +0200)]
Transform $.bindReady into $.ready.promise. It is now possible to use $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added.

12 years agoreduce complexity of ready further, and try manipulating DOM to make sure we're reall... 763/head
Mike Sherov [Fri, 4 May 2012 17:31:35 +0000 (13:31 -0400)]
reduce complexity of ready further, and try manipulating DOM to make sure we're really ready

12 years agoremove jQuery.quickReady, save bytes, style nits in tests
Mike Sherov [Fri, 4 May 2012 13:57:32 +0000 (09:57 -0400)]
remove jQuery.quickReady, save bytes, style nits in tests

12 years ago-8 bytes 762/head
Oleg [Thu, 3 May 2012 20:13:28 +0000 (00:13 +0400)]
-8 bytes

12 years agoFixes the parameters given to load callback when the request errors.
jaubourg [Wed, 2 May 2012 00:29:12 +0000 (02:29 +0200)]
Fixes the parameters given to load callback when the request errors.

12 years agoAdds unit test to show order of parameters in the load callback are off for errors...
jaubourg [Wed, 2 May 2012 00:22:56 +0000 (02:22 +0200)]
Adds unit test to show order of parameters in the load callback are off for errors since the rewrite (this test works in master).

12 years agoMakes test message more meaningful.
jaubourg [Wed, 2 May 2012 00:15:09 +0000 (02:15 +0200)]
Makes test message more meaningful.

12 years agojQuery.fn.load optimization
Oleg [Tue, 1 May 2012 18:47:14 +0000 (14:47 -0400)]
jQuery.fn.load optimization

12 years agojQuery.ajaxSetup() data is merged with params. Fixes #10524
Oleg [Tue, 1 May 2012 18:39:45 +0000 (14:39 -0400)]
jQuery.ajaxSetup() data is merged with params. Fixes #10524

12 years agoGandalf the Grey says you shall not leak globals, even in the depths of Unit Tests...
jaubourg [Mon, 30 Apr 2012 01:04:45 +0000 (03:04 +0200)]
Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools!