]> source.dussan.org Git - jquery.git/log
jquery.git
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!

12 years agoGains 1 more byte min/gz and reminds that isResolved and isRejected are deprecated...
jaubourg [Sat, 28 Apr 2012 21:06:48 +0000 (23:06 +0200)]
Gains 1 more byte min/gz and reminds that isResolved and isRejected are deprecated in the comments.

12 years agoMerge branch '1.8-deferred-optimize2' of git://github.com/gibson042/jquery into PR754
jaubourg [Sat, 28 Apr 2012 20:57:32 +0000 (22:57 +0200)]
Merge branch '1.8-deferred-optimize2' of git://github.com/gibson042/jquery into PR754

12 years agoSimplifies the way the internal memory storage is handled.
jaubourg [Sat, 28 Apr 2012 20:54:13 +0000 (22:54 +0200)]
Simplifies the way the internal memory storage is handled.

12 years agoOpera announced they will start supporting the -webkit- prefix for a selected set...
jaubourg [Sat, 28 Apr 2012 14:52:32 +0000 (16:52 +0200)]
Opera announced they will start supporting the -webkit- prefix for a selected set of css properties. Let's put the inspection of -webkit- prefix properties as the last one in case this propagates to the style object and/or other browsers (the cssPrefixes array is inspected from right to left).

12 years agoUpdate dimensions unit tests from changes in #11604
Mike Sherov [Fri, 27 Apr 2012 15:22:01 +0000 (11:22 -0400)]
Update dimensions unit tests from changes in #11604

12 years agocode compression 753/head 754/head
Richard Gibson [Thu, 26 Apr 2012 20:08:17 +0000 (16:08 -0400)]
code compression

12 years agoTrims down deferred.js. The gist of it is from the magnificent @gibson042, I just...
jaubourg [Wed, 25 Apr 2012 16:24:34 +0000 (18:24 +0200)]
Trims down deferred.js. The gist of it is from the magnificent @gibson042, I just added some minor touches.

12 years agoCallbacks.add now accepts array-like objects (like Arguments). Now uses the slice...
jaubourg [Wed, 25 Apr 2012 16:18:44 +0000 (18:18 +0200)]
Callbacks.add now accepts array-like objects (like Arguments). Now uses the slice method of the args array in fireWith rather than a quite slow jQuery.merge.

12 years agoAdd resource by @mikesherov to gruntfile
Rick Waldron waldron.rick@gmail.com [Wed, 25 Apr 2012 15:18:07 +0000 (11:18 -0400)]
Add resource by @mikesherov to gruntfile

12 years agoUse real declaration since that helps gzip: thanks @gibson042.
jaubourg [Wed, 25 Apr 2012 15:15:48 +0000 (17:15 +0200)]
Use real declaration since that helps gzip: thanks @gibson042.

12 years agoRegression: makes sure that all instances of a callback are removed. Unit test added.
jaubourg [Wed, 25 Apr 2012 14:08:38 +0000 (16:08 +0200)]
Regression: makes sure that all instances of a callback are removed. Unit test added.

12 years agoHow about we save 62 bytes? Also ensure that the arguments array given to fireWith...
jaubourg [Wed, 25 Apr 2012 13:50:26 +0000 (15:50 +0200)]
How about we save 62 bytes? Also ensure that the arguments array given to fireWith is copied internally.

12 years agoSince we can pass an object to jQuery.Callbacks now, let's name it options to be...
jaubourg [Wed, 25 Apr 2012 00:16:37 +0000 (02:16 +0200)]
Since we can pass an object to jQuery.Callbacks now, let's name it options to be consistent with the rest of the code.

12 years agoAdds a unit test to control options are being copied by jQuery.Callbacks internally.
jaubourg [Wed, 25 Apr 2012 00:13:26 +0000 (02:13 +0200)]
Adds a unit test to control options are being copied by jQuery.Callbacks internally.

12 years agoUses a copy of the flags when they are given as an object rather than the object...
jaubourg [Wed, 25 Apr 2012 00:06:21 +0000 (02:06 +0200)]
Uses a copy of the flags when they are given as an object rather than the object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance.

12 years agoFix #10067. Create jQuery.quickReady; closes gh-736.
Mike Sherov [Mon, 23 Apr 2012 19:43:26 +0000 (15:43 -0400)]
Fix #10067. Create jQuery.quickReady; closes gh-736.

Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.

12 years agoEffects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042
Corey Frang [Mon, 23 Apr 2012 19:05:12 +0000 (15:05 -0400)]
Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042

12 years agoPrevents tests for replaceInData to take place if replaceInUrl is already true.
jaubourg [Sun, 22 Apr 2012 22:07:15 +0000 (00:07 +0200)]
Prevents tests for replaceInData to take place if replaceInUrl is already true.

12 years agoMerge branch '1.8-jsonp-optimize' of git://github.com/gibson042/jquery into pr749
jaubourg [Sun, 22 Apr 2012 21:55:34 +0000 (23:55 +0200)]
Merge branch '1.8-jsonp-optimize' of git://github.com/gibson042/jquery into pr749

12 years agoFixes a minor spacing issue.
jaubourg [Sun, 22 Apr 2012 21:49:16 +0000 (23:49 +0200)]
Fixes a minor spacing issue.

12 years agoremove redundant condition 749/head
Richard Gibson [Sun, 22 Apr 2012 18:53:36 +0000 (14:53 -0400)]
remove redundant condition

12 years agostyle adherence
Richard Gibson [Sun, 22 Apr 2012 15:40:02 +0000 (11:40 -0400)]
style adherence

12 years agorefactor jsonp.js for size and clarity
Richard Gibson [Sun, 22 Apr 2012 15:36:44 +0000 (11:36 -0400)]
refactor jsonp.js for size and clarity

12 years agodefine curCSS without temp vars to save 10 bytes
Mike Sherov [Fri, 20 Apr 2012 18:18:15 +0000 (14:18 -0400)]
define curCSS without temp vars to save 10 bytes

12 years agoEnforce 20s timeout for all unit tests.
Timo Tijhof [Fri, 20 Apr 2012 14:55:07 +0000 (10:55 -0400)]
Enforce 20s timeout for all unit tests.

12 years agoFixes #8205. Mitigates memory usage by recycling jsonp callback names the safest...
jaubourg [Fri, 20 Apr 2012 01:02:20 +0000 (03:02 +0200)]
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.

12 years agoRemove unnec. else condition
Mike Sherov [Thu, 19 Apr 2012 14:43:26 +0000 (10:43 -0400)]
Remove unnec. else condition

12 years agoUpdate grunt version to >=0.3.9
Rick Waldron waldron.rick@gmail.com [Wed, 18 Apr 2012 21:00:44 +0000 (17:00 -0400)]
Update grunt version to >=0.3.9

12 years agoInitial grunt implementation
Rick Waldron waldron.rick@gmail.com [Wed, 18 Apr 2012 20:07:35 +0000 (16:07 -0400)]
Initial grunt implementation

12 years agoRevert "Closes #741: Remove $("body") case in favor of $(document.body)."
Rick Waldron waldron.rick@gmail.com [Wed, 18 Apr 2012 17:49:37 +0000 (13:49 -0400)]
Revert "Closes #741: Remove $("body") case in favor of $(document.body)."

This reverts commit 532ba250a9f6c5b0f51ec53d68aef9fb148e8dd6.

12 years agoRemove $("body") case; $(document.body) is 2x faster.
Dave Methvin [Wed, 18 Apr 2012 17:04:04 +0000 (13:04 -0400)]
Remove $("body") case; $(document.body) is 2x faster.

12 years agoCloses #741: Remove $("body") case in favor of $(document.body).
Dave Methvin [Wed, 18 Apr 2012 16:47:20 +0000 (12:47 -0400)]
Closes #741: Remove $("body") case in favor of $(document.body).

12 years agoFix #8894. Ensure `.appendTo` creates a new set in oldIE.
Oleg [Tue, 17 Apr 2012 01:57:41 +0000 (21:57 -0400)]
Fix #8894. Ensure `.appendTo` creates a new set in oldIE.

12 years agoMake test async to please Opera 11.1; supplements #11500
Rick Waldron [Mon, 16 Apr 2012 13:43:59 +0000 (09:43 -0400)]
Make test async to please Opera 11.1; supplements #11500

12 years agoMerge pull request #738 from rwldrn/fix-mangled-indents
Rick Waldron [Mon, 16 Apr 2012 13:31:04 +0000 (06:31 -0700)]
Merge pull request #738 from rwldrn/fix-mangled-indents

Fix mangled indents

12 years agoMore indent correction 738/head
Rick Waldron waldron.rick@gmail.com [Mon, 16 Apr 2012 02:54:18 +0000 (22:54 -0400)]
More indent correction

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoFixes mangled indents.
Rick Waldron waldron.rick@gmail.com [Mon, 16 Apr 2012 01:59:25 +0000 (21:59 -0400)]
Fixes mangled indents.

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoUpdate sizzle rev
Yehuda Katz [Sun, 15 Apr 2012 21:53:00 +0000 (17:53 -0400)]
Update sizzle rev

12 years agoFix some stragglers
Yehuda Katz [Sun, 15 Apr 2012 21:52:48 +0000 (17:52 -0400)]
Fix some stragglers

12 years agoRemove Ajax requirement for simple XML tests
Yehuda Katz [Sun, 15 Apr 2012 21:41:54 +0000 (17:41 -0400)]
Remove Ajax requirement for simple XML tests

Previously, all jQuery tests that wanted an XML
document would make an Ajax request to go through
jQuery's XML parsing logic in jQuery.ajax. Now,
use jQuery.parseXML instead.

This removes the need for the Ajax server for
these tests, improves their performance, and
decouples simple core tests from Ajax.

(with scottgonzalez)

12 years agoAmends #10324. Remove object markup fixture; create programmatically
Rick Waldron [Wed, 11 Apr 2012 16:00:42 +0000 (12:00 -0400)]
Amends #10324. Remove object markup fixture; create programmatically

12 years agoFollowup on #10324. Eliminate duplicate name attribute.
Dave Methvin [Wed, 11 Apr 2012 02:30:26 +0000 (22:30 -0400)]
Followup on #10324. Eliminate duplicate name attribute.

12 years agoFix #11500. Allow triggered, simulated change events.
Rick Waldron [Wed, 11 Apr 2012 01:54:07 +0000 (21:54 -0400)]
Fix #11500. Allow triggered, simulated change events.

12 years agoFix #10324. IE9 fumbles the innerHTML on object elements.
Rick Waldron [Wed, 11 Apr 2012 01:38:11 +0000 (21:38 -0400)]
Fix #10324. IE9 fumbles the innerHTML on object elements.

12 years agoFix 11547. XML and IE DOM can't be force-lowercase in removeAttr().
Arne de Bree [Mon, 2 Apr 2012 22:37:02 +0000 (00:37 +0200)]
Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().

See discussion on pull request: https://github.com/jquery/jquery/pull/724

12 years agoMerge pull request #730 from datag/patch-1
Dave Methvin [Tue, 10 Apr 2012 21:32:24 +0000 (14:32 -0700)]
Merge pull request #730 from datag/patch-1

Typo for header in function access()

12 years agoFix 11004. getWH() box-sizing:border-box includes padding and border.
Mike Sherov [Tue, 10 Apr 2012 21:18:00 +0000 (17:18 -0400)]
Fix 11004. getWH() box-sizing:border-box includes padding and border.

12 years agoFixed/adjusted source comment of function access() 730/head
Dominik D. Geyer [Sat, 7 Apr 2012 07:13:55 +0000 (10:13 +0300)]
Fixed/adjusted source comment of function access()

12 years agoFix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.
Mike Sherov [Fri, 6 Apr 2012 12:39:59 +0000 (08:39 -0400)]
Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.

12 years agoFix #10996, simplify offset code by forsaking ancient browsers.
Mike Sherov [Fri, 6 Apr 2012 01:51:27 +0000 (21:51 -0400)]
Fix #10996, simplify offset code by forsaking ancient browsers.

12 years agoSpeed up .css() by eliminating the middleman.
Mike Sherov [Sat, 10 Mar 2012 18:30:07 +0000 (13:30 -0500)]
Speed up .css() by eliminating the middleman.

12 years agoFix #11543: .has should work on detached elements.
Richard Gibson [Mon, 2 Apr 2012 17:12:57 +0000 (13:12 -0400)]
Fix #11543: .has should work on detached elements.

12 years agoFixes #11338, .replaceWith should work on detached nodes.
Oleg [Fri, 30 Mar 2012 15:56:11 +0000 (19:56 +0400)]
Fixes #11338, .replaceWith should work on detached nodes.

12 years agoFix 11528. Exclude link/html5 tags from innerHTML path on oldIE.
cmcnulty [Thu, 5 Apr 2012 16:12:38 +0000 (12:12 -0400)]
Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.