jquery.git
13 years agoUpdating the source version to 1.4.4pre.
jeresig [Fri, 15 Oct 2010 03:10:19 +0000 (23:10 -0400)]
Updating the source version to 1.4.4pre.

13 years agoTagging the 1.4.3 release.
jeresig [Fri, 15 Oct 2010 03:10:06 +0000 (23:10 -0400)]
Tagging the 1.4.3 release.

13 years agoFix the number of change tests and remove textarea tests.
jeresig [Fri, 15 Oct 2010 02:37:56 +0000 (22:37 -0400)]
Fix the number of change tests and remove textarea tests.

13 years agoTesting *, * was unnecessary - especially in slower browsers.
jeresig [Fri, 15 Oct 2010 02:06:27 +0000 (22:06 -0400)]
Testing *, * was unnecessary - especially in slower browsers.

13 years agoDon't test inline-block in browsers that don't support it (or an approximation of...
jeresig [Fri, 15 Oct 2010 01:48:03 +0000 (21:48 -0400)]
Don't test inline-block in browsers that don't support it (or an approximation of it, like IE).

13 years agoUse prepend for the focuin test (to avoid making the test suite jump).
jeresig [Fri, 15 Oct 2010 01:40:35 +0000 (21:40 -0400)]
Use prepend for the focuin test (to avoid making the test suite jump).

13 years agoTest visible on inline elements.
jeresig [Fri, 15 Oct 2010 01:31:36 +0000 (21:31 -0400)]
Test visible on inline elements.

13 years agoGetting weird results for font size tests across platforms - easier to test something...
jeresig [Fri, 15 Oct 2010 01:15:20 +0000 (21:15 -0400)]
Getting weird results for font size tests across platforms - easier to test something else (the exact property isn't important for this test).

13 years agoReverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems...
jeresig [Fri, 15 Oct 2010 00:55:40 +0000 (20:55 -0400)]
Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems. Fixes #7196.

13 years agoForgot to update the Rakefile and build.xml files from the previous commit. Thanks...
John Resig [Thu, 14 Oct 2010 20:57:12 +0000 (16:57 -0400)]
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.

13 years agoUpdating the copy of Google Closure Compiler.
John Resig [Thu, 14 Oct 2010 20:35:35 +0000 (16:35 -0400)]
Updating the copy of Google Closure Compiler.

13 years agoMake sure that we don't attempt to handle scrolling when the node is disconnected...
John Resig [Thu, 14 Oct 2010 18:52:31 +0000 (14:52 -0400)]
Make sure that we don't attempt to handle scrolling when the node is disconnected from the document. Fixes #7190.

13 years agoOops, still have jQuery.ajax.* on the brain.
jeresig [Thu, 14 Oct 2010 01:25:23 +0000 (21:25 -0400)]
Oops, still have jQuery.ajax.* on the brain.

13 years agoChange font size to 15px in the test to fix a false negative. Thanks @jitter for...
jeresig [Wed, 13 Oct 2010 18:27:44 +0000 (14:27 -0400)]
Change font size to 15px in the test to fix a false negative. Thanks @jitter for the catch in 73e4ef27f0d0a92e573092729107ca5572d52292.

13 years agobeforedeactivate will fire before focusout - use that to our advantage when working...
Justin Meyer [Wed, 13 Oct 2010 14:38:29 +0000 (10:38 -0400)]
beforedeactivate will fire before focusout - use that to our advantage when working with the change event.

13 years agoMake sure that focusin/focusout bubbles in non-IE browsers.
Justin Meyer [Wed, 13 Oct 2010 14:35:28 +0000 (10:35 -0400)]
Make sure that focusin/focusout bubbles in non-IE browsers.

13 years agoHandle issue with two concurrent JSONP requests that use the same callback name.
Pinhook [Wed, 13 Oct 2010 14:30:19 +0000 (10:30 -0400)]
Handle issue with two concurrent JSONP requests that use the same callback name.

13 years agoWe want to make sure that we only run the MSIE-specific filter tests if opacity is...
jeresig [Wed, 13 Oct 2010 04:42:05 +0000 (00:42 -0400)]
We want to make sure that we only run the MSIE-specific filter tests if opacity is explicitly not supported.

13 years agoTest CSS test on font size instead of padding.
jeresig [Wed, 13 Oct 2010 04:32:52 +0000 (00:32 -0400)]
Test CSS test on font size instead of padding.

13 years agoIE 9 preserves the case of the Alpha filter - maintain it in the test as well.
jeresig [Wed, 13 Oct 2010 04:10:32 +0000 (00:10 -0400)]
IE 9 preserves the case of the Alpha filter - maintain it in the test as well.

13 years agoFix broken Ajax test after recent revert to jQuery.ajax namespace.
jeresig [Wed, 13 Oct 2010 04:07:52 +0000 (00:07 -0400)]
Fix broken Ajax test after recent revert to jQuery.ajax namespace.

13 years agoMerge branch 'bug7150' of http://github.com/csnover/jquery
John Resig [Wed, 13 Oct 2010 01:51:44 +0000 (21:51 -0400)]
Merge branch 'bug7150' of github.com/csnover/jquery

13 years agoFix some gaps in the handling of event data properties. Thanks to @jitter in ff6ceadb...
John Resig [Wed, 13 Oct 2010 00:56:46 +0000 (20:56 -0400)]
Fix some gaps in the handling of event data properties. Thanks to @jitter in ff6ceadbfd470463e63708413eb5a55bd7e90c69 for the catches.

13 years agoFix patch for #7150, which was not deleting the events object properly on plain JS...
Colin Snover [Tue, 12 Oct 2010 23:49:37 +0000 (18:49 -0500)]
Fix patch for #7150, which was not deleting the events object properly on plain JS objects. Thanks to jitter for catching it.

13 years agoUpdating the source version to 1.4.3pre.
John Resig [Tue, 12 Oct 2010 19:44:53 +0000 (15:44 -0400)]
Updating the source version to 1.4.3pre.

13 years agoTagging the 1.4.3rc2 release.
John Resig [Tue, 12 Oct 2010 19:44:36 +0000 (15:44 -0400)]
Tagging the 1.4.3rc2 release.

13 years agoTagging the 1.4.3rc2 release.
John Resig [Tue, 12 Oct 2010 19:38:15 +0000 (15:38 -0400)]
Tagging the 1.4.3rc2 release.

13 years agoForgot to remove the child selector in the previous commit.
John Resig [Tue, 12 Oct 2010 14:56:02 +0000 (10:56 -0400)]
Forgot to remove the child selector in the previous commit.

13 years agoThe child selector-prefix branch doesn't work with selectors that have a larger depth...
John Resig [Tue, 12 Oct 2010 14:13:00 +0000 (10:13 -0400)]
The child selector-prefix branch doesn't work with selectors that have a larger depth. Removing for now - will need to re-evaluate in the future.

13 years agoMake sure that .find() with multiple direct child selectors is handled correctly...
John Resig [Tue, 12 Oct 2010 13:19:49 +0000 (09:19 -0400)]
Make sure that .find() with multiple direct child selectors is handled correctly. Fixes #7144.

13 years agoUse a key name less likely to result in collisions for events on plain JS objects...
Colin Snover [Tue, 12 Oct 2010 04:35:18 +0000 (23:35 -0500)]
Use a key name less likely to result in collisions for events on plain JS objects. Fixes bug #7150.

13 years agoThe world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to move...
John Resig [Mon, 11 Oct 2010 22:29:52 +0000 (18:29 -0400)]
The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to move them there some day. Fixes #7146.

13 years agoHandle some edge cases with binding events to the window object (which is also a...
John Resig [Mon, 11 Oct 2010 22:20:57 +0000 (18:20 -0400)]
Handle some edge cases with binding events to the window object (which is also a plain object - causing some confusion). Fixes #7143.

13 years agoAdd some resize event tests.
John Resig [Mon, 11 Oct 2010 22:03:54 +0000 (18:03 -0400)]
Add some resize event tests.

13 years agoAdded some more tests relating to attaching data to a window.
John Resig [Mon, 11 Oct 2010 21:52:00 +0000 (17:52 -0400)]
Added some more tests relating to attaching data to a window.

13 years agoMerge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-animateHooks
John Resig [Mon, 11 Oct 2010 20:44:12 +0000 (16:44 -0400)]
Merge branch 'animateHooks' of github.com/lrbabe/jquery into lrbabe-animateHooks

13 years agoMerge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141
John Resig [Mon, 11 Oct 2010 20:40:10 +0000 (16:40 -0400)]
Merge branch 'bug7141' of github.com/csnover/jquery into csnover-bug7141

13 years agoFix olddisplay was inappropriately set when calling hide on an already hidden element...
Colin Snover [Mon, 11 Oct 2010 20:22:43 +0000 (15:22 -0500)]
Fix olddisplay was inappropriately set when calling hide on an already hidden element. Fixes #7141.

13 years agoFixed getting styles from disconnected nodes. Fixes #7148.
Scott González [Mon, 11 Oct 2010 19:11:03 +0000 (15:11 -0400)]
Fixed getting styles from disconnected nodes. Fixes #7148.

13 years agoMake $.fn.animate compatible with jQuery.cssHooks
lrbabe [Mon, 11 Oct 2010 14:08:38 +0000 (16:08 +0200)]
Make $.fn.animate compatible with jQuery.cssHooks

13 years agoRemoved trailing \x0A from version.txt which caused a problem with the build (at...
Ryan W Tenney [Mon, 11 Oct 2010 04:37:46 +0000 (00:37 -0400)]
Removed trailing \x0A from version.txt which caused a problem with the build (at least in `ant`)

13 years agoMake sure closest works on disconnected DOM nodes. Fixes #7142.
John Resig [Mon, 11 Oct 2010 11:45:15 +0000 (07:45 -0400)]
Make sure closest works on disconnected DOM nodes. Fixes #7142.

13 years agoFix broken min file header generation.
jeresig [Mon, 11 Oct 2010 03:28:30 +0000 (23:28 -0400)]
Fix broken min file header generation.

13 years agoUpdating the source version to 1.4.3.
jeresig [Mon, 11 Oct 2010 03:09:07 +0000 (23:09 -0400)]
Updating the source version to 1.4.3.

13 years agoTagging the 1.4.3rc1 release.
jeresig [Mon, 11 Oct 2010 03:09:04 +0000 (23:09 -0400)]
Tagging the 1.4.3rc1 release.

13 years agoReturn the zeroed-out bounding box instead of passing it on.
jeresig [Sun, 10 Oct 2010 22:54:30 +0000 (18:54 -0400)]
Return the zeroed-out bounding box instead of passing it on.

13 years agoDisable 304/Not Modified Ajax tests in Opera due to lack of suitable workaround....
jeresig [Sun, 10 Oct 2010 22:46:32 +0000 (18:46 -0400)]
Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workaround. See: gist.github.com/599419

13 years agoMake sure that the unload event doesn't leak in IE - use jQuery's binding mechanism...
jeresig [Sun, 10 Oct 2010 22:01:59 +0000 (18:01 -0400)]
Make sure that the unload event doesn't leak in IE - use jQuery's binding mechanism to make that happen.

13 years agoAdding some rooted-find perf tests.
jeresig [Sun, 10 Oct 2010 20:06:33 +0000 (16:06 -0400)]
Adding some rooted-find perf tests.

13 years agoTweaking some formatting of the closest changes.
jeresig [Sun, 10 Oct 2010 19:42:56 +0000 (15:42 -0400)]
Tweaking some formatting of the closest changes.

13 years agoSwitch back to using Sizzle.matchesSelector.
jeresig [Sun, 10 Oct 2010 19:36:02 +0000 (15:36 -0400)]
Switch back to using Sizzle.matchesSelector.

13 years agoUse the new Sizzle matches functionality.
jeresig [Sun, 10 Oct 2010 19:14:23 +0000 (15:14 -0400)]
Use the new Sizzle matches functionality.

13 years agoAlso test for single element filtering.
jeresig [Sun, 10 Oct 2010 18:51:11 +0000 (14:51 -0400)]
Also test for single element filtering.

13 years agoAdding a basic filter perf test suite.
jeresig [Sun, 10 Oct 2010 18:16:35 +0000 (14:16 -0400)]
Adding a basic filter perf test suite.

13 years agoMake some more tweaks to the closest perf test suite.
jeresig [Sun, 10 Oct 2010 17:39:06 +0000 (13:39 -0400)]
Make some more tweaks to the closest perf test suite.

13 years agoFix formatting and switch to using the new matchesSelector method in Sizzle.
jeresig [Sun, 10 Oct 2010 17:37:36 +0000 (13:37 -0400)]
Fix formatting and switch to using the new matchesSelector method in Sizzle.

13 years agoSome improvements to the closest perf tests - works in all browsers now.
jeresig [Sun, 10 Oct 2010 17:22:39 +0000 (13:22 -0400)]
Some improvements to the closest perf tests - works in all browsers now.

13 years agoShould improve performance of closest considerably. Benchmark proof in speed/closest...
wycats [Sun, 10 Oct 2010 04:33:02 +0000 (21:33 -0700)]
Should improve performance of closest considerably. Benchmark proof in speed/closest.html

13 years agoChange event did not fire in IE when an explicit .focus() was used. Fixes #6374.
jeresig [Sat, 9 Oct 2010 23:04:15 +0000 (19:04 -0400)]
Change event did not fire in IE when an explicit .focus() was used. Fixes #6374.

13 years agoFix the case where live change was breaking if a live click was bound ahead of time...
jeresig [Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)]
Fix the case where live change was breaking if a live click was bound ahead of time. Very similar to #6359. Fixes #6505.

13 years agoMerge branch 'master' of http://github.com/petersendidit/jquery into petersendidit...
John Resig [Sat, 9 Oct 2010 22:04:54 +0000 (18:04 -0400)]
Merge branch 'master' of github.com/petersendidit/jquery into petersendidit-master

13 years agoMerge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123
John Resig [Sat, 9 Oct 2010 20:27:59 +0000 (16:27 -0400)]
Merge branch 'bug7123' of github.com/csnover/jquery into csnover-bug7123

13 years agoMerge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018
John Resig [Sat, 9 Oct 2010 20:25:55 +0000 (16:25 -0400)]
Merge branch 'bug7018' of github.com/csnover/jquery into csnover-bug7018

13 years agoMerge branch 'animate-nonblock' of http://github.com/csnover/jquery into csnover...
John Resig [Sat, 9 Oct 2010 20:21:02 +0000 (16:21 -0400)]
Merge branch 'animate-nonblock' of github.com/csnover/jquery into csnover-animate-nonblock

13 years agoName the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64fdb48cfa...
jeresig [Sat, 9 Oct 2010 16:26:44 +0000 (12:26 -0400)]
Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64fdb48cfa09d17041bded39b301f for the catch.

13 years agoAdded some more tests to make sure that replaceWith is working correctly. Follow...
jeresig [Sat, 9 Oct 2010 15:41:58 +0000 (11:41 -0400)]
Added some more tests to make sure that replaceWith is working correctly. Follow-up to the comment on 2a6de9ab66653e5e424d9cc79d195b555158d04f.

13 years agoMake sure null/NaN values aren't set in .css(). Fixes #7116.
jeresig [Sat, 9 Oct 2010 14:52:53 +0000 (10:52 -0400)]
Make sure null/NaN values aren't set in .css(). Fixes #7116.

13 years agoPrevent IE from throwing errors when setting RGBA values. Fixes #5509.
Colin Snover [Sat, 9 Oct 2010 14:42:01 +0000 (10:42 -0400)]
Prevent IE from throwing errors when setting RGBA values. Fixes #5509.

13 years agoCoerce all array values to strings before comparison in val(). Fixes bug #7123.
Colin Snover [Sat, 9 Oct 2010 03:48:06 +0000 (22:48 -0500)]
Coerce all array values to strings before comparison in val(). Fixes bug #7123.

13 years agoFixed code convention issues. Reduced size of overflow reset code. Fixed broken show...
Colin Snover [Sat, 9 Oct 2010 01:29:41 +0000 (20:29 -0500)]
Fixed code convention issues. Reduced size of overflow reset code. Fixed broken show() test cases.

13 years agoMerge branch 'master' of git://github.com/jquery/jquery
David Petersen [Fri, 8 Oct 2010 00:55:47 +0000 (20:55 -0400)]
Merge branch 'master' of git://github.com/jquery/jquery

13 years agoFix bug #7018.
Colin Snover [Wed, 6 Oct 2010 08:03:28 +0000 (03:03 -0500)]
Fix bug #7018.

13 years agoUpdate $.fn.animate to only keep overflow set to hidden after an animation in IE6...
Colin Snover [Tue, 5 Oct 2010 20:20:44 +0000 (15:20 -0500)]
Update $.fn.animate to only keep overflow set to hidden after an animation in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.

13 years agoIE6 will shrink-wrap elements with layout instead of allowing content to flow outside...
Colin Snover [Tue, 5 Oct 2010 19:53:35 +0000 (14:53 -0500)]
IE6 will shrink-wrap elements with layout instead of allowing content to flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.

13 years agoTiny cleanup to remove some superfluous code that was left in from before I decided...
Colin Snover [Tue, 5 Oct 2010 18:38:19 +0000 (13:38 -0500)]
Tiny cleanup to remove some superfluous code that was left in from before I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete).

13 years agoUpdate $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7111.
Colin Snover [Tue, 5 Oct 2010 18:32:07 +0000 (13:32 -0500)]
Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7111.

13 years agoUpdate $.fn.animate to change display mode only when necessary (inline, non-floated...
Colin Snover [Tue, 5 Oct 2010 18:28:43 +0000 (13:28 -0500)]
Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.

13 years agoFix :visible does not work properly when display:none is set directly on an element...
Colin Snover [Tue, 5 Oct 2010 18:23:10 +0000 (13:23 -0500)]
Fix :visible does not work properly when display:none is set directly on an element in IE8. Fixes #4512.

13 years agoFixes acceptData defining in the global scope.
rwldrn [Tue, 5 Oct 2010 14:32:57 +0000 (10:32 -0400)]
Fixes acceptData defining  in the global scope.

13 years agoTweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03...
John Resig [Thu, 30 Sep 2010 22:40:30 +0000 (15:40 -0700)]
Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jaubourg for the catch.

13 years agoMake sure setting opacity does not clobber other inline filters. Fixes #7101.
Colin Snover [Thu, 30 Sep 2010 18:24:59 +0000 (11:24 -0700)]
Make sure setting opacity does not clobber other inline filters. Fixes #7101.

13 years agoSet event.LiveFired to undefined in specialSubmit handler so that click events bound...
David Petersen [Thu, 30 Sep 2010 17:46:36 +0000 (13:46 -0400)]
Set event.LiveFired to undefined in specialSubmit handler so that click events bound before the submit won't prevent the submit to fire. Fixes #6359

13 years agoUsing data() on JavaScript objects sets fields directly on the object. Note that...
Dave Reed [Wed, 29 Sep 2010 13:46:25 +0000 (06:46 -0700)]
Using data() on JavaScript objects sets fields directly on the object. Note that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807.

13 years agoAdjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up to cf672a...
John Resig [Wed, 29 Sep 2010 12:45:52 +0000 (05:45 -0700)]
Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch.

13 years agoFix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d415fc48d...
John Resig [Wed, 29 Sep 2010 12:41:27 +0000 (05:41 -0700)]
Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jitter for the catch.

13 years agoFix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to @jdalton...
John Resig [Wed, 29 Sep 2010 03:13:40 +0000 (20:13 -0700)]
Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to @jdalton for the catch.

13 years agoHandle child selectors in particular - away from the selector engine. Fixes #7029.
John Resig [Tue, 28 Sep 2010 17:33:21 +0000 (10:33 -0700)]
Handle child selectors in particular - away from the selector engine. Fixes #7029.

13 years agoMake sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.
John Resig [Tue, 28 Sep 2010 17:12:33 +0000 (10:12 -0700)]
Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.

13 years agoMake sure that the contents of the element is still in place when html(Function)...
John Resig [Tue, 28 Sep 2010 16:50:44 +0000 (09:50 -0700)]
Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733.

13 years agoTweak the logic for fixing event.which. Fixes #2338.
John Resig [Tue, 28 Sep 2010 16:07:57 +0000 (09:07 -0700)]
Tweak the logic for fixing event.which. Fixes #2338.

13 years agoMake sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.
John Resig [Tue, 28 Sep 2010 15:57:20 +0000 (08:57 -0700)]
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.

13 years agoMake setting .css(name, undefined) a no-op. Fixes #4388.
John Resig [Tue, 28 Sep 2010 15:53:09 +0000 (08:53 -0700)]
Make setting .css(name, undefined) a no-op. Fixes #4388.

13 years agoMake sure that ambiguous val() selection works correctly.
John Resig [Tue, 28 Sep 2010 15:36:28 +0000 (08:36 -0700)]
Make sure that ambiguous val() selection works correctly.

13 years agoMake .attr(name, null) equivalent to removeAttr(name). (Was roughly this before ...
John Resig [Tue, 28 Sep 2010 15:12:13 +0000 (11:12 -0400)]
Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this before - but is now consistent across platforms). Fixes #6341.

13 years agoMake sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996.
John Resig [Tue, 28 Sep 2010 14:55:48 +0000 (10:55 -0400)]
Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996.

13 years agoRemoving unique check on closest(Array) (it wasn't appropriate there and broke functi...
jeresig [Tue, 28 Sep 2010 00:59:42 +0000 (20:59 -0400)]
Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d.

13 years agoMerge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpiano-close...
jeresig [Mon, 27 Sep 2010 19:45:02 +0000 (15:45 -0400)]
Merge branch 'closestbug-6700' of github.com/ajpiano/jquery into ajpiano-closestbug-6700

13 years agoMerge branch 'master' of http://github.com/aakoch/jquery into aakoch-master
jeresig [Mon, 27 Sep 2010 18:49:13 +0000 (14:49 -0400)]
Merge branch 'master' of github.com/aakoch/jquery into aakoch-master

13 years agoAllow 304/Not Modified tests to complete in Opera.
jeresig [Mon, 27 Sep 2010 16:10:00 +0000 (12:10 -0400)]
Allow 304/Not Modified tests to complete in Opera.

13 years agoMake sure that opacity is being reset properly on a show animation. Additionally...
jeresig [Mon, 27 Sep 2010 15:51:01 +0000 (11:51 -0400)]
Make sure that opacity is being reset properly on a show animation. Additionally expose jQuery.isNaN from the data module.