jquery.git
13 years agoOptimize for size instead of speed.
Colin Snover [Wed, 17 Nov 2010 20:50:05 +0000 (14:50 -0600)]
Optimize for size instead of speed.

13 years agoCoerce s.url to string before calling replace, since replace is also a method of...
Colin Snover [Wed, 17 Nov 2010 06:59:24 +0000 (00:59 -0600)]
Coerce s.url to string before calling replace, since replace is also a method of a Location object. Fixes #7531.

13 years agoUpdating the source version to 1.4.5pre.
John Resig [Fri, 12 Nov 2010 00:05:10 +0000 (19:05 -0500)]
Updating the source version to 1.4.5pre.

13 years agoTagging the 1.4.4 release.
John Resig [Fri, 12 Nov 2010 00:04:53 +0000 (19:04 -0500)]
Tagging the 1.4.4 release.

13 years agoUpdating the source version to 1.4.4pre.
jeresig [Wed, 10 Nov 2010 16:15:02 +0000 (11:15 -0500)]
Updating the source version to 1.4.4pre.

13 years agoTagging the 1.4.4rc3 release.
jeresig [Wed, 10 Nov 2010 16:14:53 +0000 (11:14 -0500)]
Tagging the 1.4.4rc3 release.

13 years agoBacking out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping up in...
jeresig [Wed, 10 Nov 2010 04:42:05 +0000 (23:42 -0500)]
Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping up in IE 6/7/8.

13 years agoNeed to also handle the case where 'auto' is being returned, as in Firefox. Follow...
jeresig [Wed, 10 Nov 2010 04:33:18 +0000 (23:33 -0500)]
Need to also handle the case where 'auto' is being returned, as in Firefox. Follow-up to #7395.

13 years agoMaintain returning 0px from width/height for disconnected nodes for backwards compat...
jeresig [Wed, 10 Nov 2010 04:29:26 +0000 (23:29 -0500)]
Maintain returning 0px from width/height for disconnected nodes for backwards compat, for now. Fixes #7395.

13 years agoFixes #7397; Adds 4 supporting unit tests.
rwldrn [Wed, 10 Nov 2010 04:18:16 +0000 (23:18 -0500)]
Fixes #7397; Adds 4 supporting unit tests.

13 years agoRemove conditional that prevents attr from working on non-Element nodes. Fixes #7451.
Colin Snover [Tue, 9 Nov 2010 20:52:20 +0000 (15:52 -0500)]
Remove conditional that prevents attr from working on non-Element nodes. Fixes #7451.

13 years agoMerge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitter-fixAd...
John Resig [Tue, 9 Nov 2010 20:49:07 +0000 (15:49 -0500)]
Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitter-fixAdjacentTests

13 years agoEnsure that unquoted attribute selectors are quoted (allowing them to go into qSA...
John Resig [Tue, 9 Nov 2010 19:03:11 +0000 (14:03 -0500)]
Ensure that unquoted attribute selectors are quoted (allowing them to go into qSA/matchesSelector properly). Fixes #7216.

13 years agoMake sure that if an additional load event is triggered (such as an iframe being...
John Resig [Tue, 9 Nov 2010 18:44:06 +0000 (13:44 -0500)]
Make sure that if an additional load event is triggered (such as an iframe being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352.

13 years agoMerge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422
John Resig [Tue, 9 Nov 2010 17:40:55 +0000 (12:40 -0500)]
Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422

13 years agoFix selector tests broken by newer version of Qunit.
Anton M [Tue, 9 Nov 2010 17:13:39 +0000 (18:13 +0100)]
Fix selector tests broken by newer version of Qunit.

13 years agoMake sure that when multiple variables are being declared that assignments are each...
John Resig [Tue, 9 Nov 2010 16:09:07 +0000 (11:09 -0500)]
Make sure that when multiple variables are being declared that assignments are each done on their own line.

13 years agoWe don't do end of line comments, move them above.
John Resig [Tue, 9 Nov 2010 15:34:32 +0000 (10:34 -0500)]
We don't do end of line comments, move them above.

13 years agoEnsure that AJAX requests are actually aborted in all browsers. Fix #7422.
Colin Snover [Sat, 6 Nov 2010 18:52:30 +0000 (13:52 -0500)]
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.

13 years agoMerge branch 'master' of github.com:jquery/jquery
jeresig [Wed, 3 Nov 2010 23:00:05 +0000 (19:00 -0400)]
Merge branch 'master' of github.com:jquery/jquery

13 years agoLimit the scope of the CSS 'auto' change to just height/width. Fixes #7393.
jeresig [Wed, 3 Nov 2010 22:59:55 +0000 (18:59 -0400)]
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.

13 years agoLimit the scope of the CSS 'auto' change to just height/width. Fixes #7293.
jeresig [Wed, 3 Nov 2010 22:57:22 +0000 (18:57 -0400)]
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7293.

13 years agoUpdating the source version to 1.4.4pre.
jeresig [Wed, 3 Nov 2010 19:46:40 +0000 (15:46 -0400)]
Updating the source version to 1.4.4pre.

13 years agoTagging the 1.4.4rc2 release.
jeresig [Wed, 3 Nov 2010 19:46:31 +0000 (15:46 -0400)]
Tagging the 1.4.4rc2 release.

13 years agoOpera doesn't give height/width of display: none elements with getComputedStyle but...
jeresig [Wed, 3 Nov 2010 19:39:28 +0000 (15:39 -0400)]
Opera doesn't give height/width of display: none elements with getComputedStyle but does with currentStyle - fall back to that if it exists.

13 years agoOnly change ID on nodes that don't already have an ID for rooted qSA. Fixes #7212.
jeresig [Mon, 1 Nov 2010 23:29:11 +0000 (19:29 -0400)]
Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #7212.

13 years agoMake sure that accessing computed CSS for elements returns 'auto' instead of '' consi...
jeresig [Mon, 1 Nov 2010 23:04:59 +0000 (19:04 -0400)]
Make sure that accessing computed CSS for elements returns 'auto' instead of '' consistently. Fixes #7337.

13 years agoFix quotes in comment.
John Resig [Thu, 28 Oct 2010 19:59:58 +0000 (15:59 -0400)]
Fix quotes in comment.

13 years agoFix tab spacing.
Brandon Aaron [Thu, 28 Oct 2010 16:58:03 +0000 (11:58 -0500)]
Fix tab spacing.

13 years agoCalling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes...
jeresig [Wed, 27 Oct 2010 18:35:26 +0000 (14:35 -0400)]
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes #7331.

13 years agoFor .show() with no arguments, only set display of elements in the second loop if...
Karl Swedberg [Tue, 26 Oct 2010 21:37:44 +0000 (14:37 -0700)]
For .show() with no arguments, only set display of elements in the second loop if they don't have style.display already set or if style.display isn't none. Fixes #7315.

13 years agoTemporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.
John Resig [Tue, 26 Oct 2010 03:26:19 +0000 (20:26 -0700)]
Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.

13 years agoMerge branch 'jquery_dev' of http://github.com/danheberden/jquery into danheberden...
John Resig [Tue, 26 Oct 2010 03:25:25 +0000 (20:25 -0700)]
Merge branch 'jquery_dev' of github.com/danheberden/jquery into danheberden-jquery_dev

13 years agoBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
John Resig [Tue, 26 Oct 2010 00:54:27 +0000 (17:54 -0700)]
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.

13 years agoPrevent IE from firing live/delegate events on disabled elements. (#6911)
danheberden [Mon, 25 Oct 2010 21:07:44 +0000 (14:07 -0700)]
Prevent IE from firing live/delegate events on disabled elements. (#6911)

13 years agoUpdating the source version to 1.4.4pre.
John Resig [Mon, 25 Oct 2010 20:26:07 +0000 (13:26 -0700)]
Updating the source version to 1.4.4pre.

13 years agoTagging the 1.4.4rc1 release.
John Resig [Mon, 25 Oct 2010 20:25:10 +0000 (13:25 -0700)]
Tagging the 1.4.4rc1 release.

13 years agoMerge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAxton...
John Resig [Mon, 25 Oct 2010 20:06:55 +0000 (13:06 -0700)]
Merge branch 'jquerymaster' of github.com/SlexAxton/jquery into SlexAxton-jquerymaster

13 years agoMerge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897
John Resig [Mon, 25 Oct 2010 20:06:23 +0000 (13:06 -0700)]
Merge branch '6897' of github.com/SlexAxton/jquery into SlexAxton-6897

13 years agoAllow DELETE requests to have a content body, and properly serialize data to the...
dmethvin [Sat, 23 Oct 2010 17:23:51 +0000 (13:23 -0400)]
Allow DELETE requests to have a content body, and properly serialize data to the url for HEAD requests. Fixes #7285.

13 years agoHonor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.
dmethvin [Sat, 23 Oct 2010 18:36:24 +0000 (14:36 -0400)]
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.

13 years agoMerge branch 'master' of http://github.com/rwldrn/jquery
John Resig [Mon, 25 Oct 2010 20:05:11 +0000 (13:05 -0700)]
Merge branch 'master' of github.com/rwldrn/jquery

13 years agoMerge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unusedTrue
John Resig [Mon, 25 Oct 2010 19:36:40 +0000 (12:36 -0700)]
Merge branch 'unusedTrue' of github.com/lrbabe/jquery into lrbabe-unusedTrue

13 years ago.cur() doesn't take any boolean parameter since 1.4.3
lrbabe [Mon, 25 Oct 2010 15:19:45 +0000 (17:19 +0200)]
.cur() doesn't take any boolean parameter since 1.4.3

13 years agoMoved jQuery.props to attributes since it was only used in support. Fixes #6897 ...
Alex Sexton [Mon, 25 Oct 2010 07:31:19 +0000 (02:31 -0500)]
Moved jQuery.props to attributes since it was only used in support. Fixes #6897 - suggestion by dmethvin

13 years agoFixes #7229 and #5803
rwldrn [Sun, 24 Oct 2010 16:18:33 +0000 (12:18 -0400)]
Fixes #7229 and #5803

13 years agoAllow for versions with spaces in them, in the Makefile.
John Resig [Sat, 23 Oct 2010 04:35:09 +0000 (00:35 -0400)]
Allow for versions with spaces in them, in the Makefile.

13 years agoMake sure that .width()/.height() don't return NaN also standardize on returning...
jeresig [Fri, 22 Oct 2010 06:39:06 +0000 (02:39 -0400)]
Make sure that .width()/.height() don't return NaN also standardize on returning  instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225.

13 years agoMake sure that the correct height/width of the elements is retreived. Fixes #7225.
jeresig [Fri, 22 Oct 2010 06:16:14 +0000 (02:16 -0400)]
Make sure that the correct height/width of the elements is retreived. Fixes #7225.

13 years agoFix broken selector code from last commit.
jeresig [Fri, 22 Oct 2010 05:48:32 +0000 (01:48 -0400)]
Fix broken selector code from last commit.

13 years agoMake sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to...
jeresig [Fri, 22 Oct 2010 05:18:58 +0000 (01:18 -0400)]
Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220.

13 years agoMake sure that we don't use matchesSelector on XML Documents (same as with qSA)....
jeresig [Fri, 22 Oct 2010 04:40:06 +0000 (00:40 -0400)]
Make sure that we don't use matchesSelector on XML Documents (same as with qSA). Fixes #7219.

13 years agoMake sure that we aren't reading one of the bad expandos. Fixes #7212.
jeresig [Fri, 22 Oct 2010 04:36:07 +0000 (00:36 -0400)]
Make sure that we aren't reading one of the bad expandos. Fixes #7212.

13 years agoBe sure to clean up the previous test.
jeresig [Fri, 22 Oct 2010 04:29:52 +0000 (00:29 -0400)]
Be sure to clean up the previous test.

13 years agoMake sure that height/width getters work on hidden inputs and disconnected elements...
jeresig [Fri, 22 Oct 2010 04:28:33 +0000 (00:28 -0400)]
Make sure that height/width getters work on hidden inputs and disconnected elements. Fixes #7225.

13 years agoMake sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes...
jeresig [Fri, 22 Oct 2010 04:08:34 +0000 (00:08 -0400)]
Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes #7247.

13 years agoAdding another test for an issue in Gecko's matchesSelector implementation. Fixes...
jeresig [Fri, 22 Oct 2010 03:46:21 +0000 (23:46 -0400)]
Adding another test for an issue in Gecko's matchesSelector implementation. Fixes #7243.

13 years agoOnly need to declare the data once.
jeresig [Fri, 22 Oct 2010 03:18:47 +0000 (23:18 -0400)]
Only need to declare the data once.

13 years agoForces lower case comparison of protocol and host when determining whether the reques...
Alex Sexton [Thu, 21 Oct 2010 04:12:47 +0000 (21:12 -0700)]
Forces lower case comparison of protocol and host when determining whether the request is remote or local. Fixes #6908

13 years agoUpdate number of expected assertions in attribute tests
Anton M [Tue, 19 Oct 2010 09:14:07 +0000 (11:14 +0200)]
Update number of expected assertions in attribute tests

Followup to commit 97dfa0d5a85a32fe56aba837bbf2bc889b092d2b which
had the side effect to break some attribute unit tests

13 years agoAdd some more tests to make sure that pulling in data- properties on an element with...
John Resig [Sun, 17 Oct 2010 18:48:24 +0000 (14:48 -0400)]
Add some more tests to make sure that pulling in data- properties on an element with no data set, works.

13 years agofadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg
Paul Irish [Sun, 17 Oct 2010 18:26:32 +0000 (14:26 -0400)]
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg

13 years agoMake sure that .data() (no args) returns a list of all the data- properties as well...
John Resig [Sun, 17 Oct 2010 15:42:53 +0000 (11:42 -0400)]
Make sure that .data() (no args) returns a list of all the data- properties as well. Also make sure that accessing a data- property via .data() doesn't cause it to change again at a later time (it should be static). Fixes #7222, #7223.

13 years agoVar wasn't being explicitly declared. Fixes #7226.
John Resig [Sun, 17 Oct 2010 14:58:01 +0000 (10:58 -0400)]
Var wasn't being explicitly declared. Fixes #7226.

13 years agoWe removed deleteExpando after 1.4.2, for some reason. This caused problems with...
John Resig [Sun, 17 Oct 2010 14:56:01 +0000 (10:56 -0400)]
We removed deleteExpando after 1.4.2, for some reason. This caused problems with removeData() (no arguments). Fixes #7209.

13 years agoHandle the case where JSLint complains about arguments in try/catch already being...
John Resig [Sun, 17 Oct 2010 14:50:17 +0000 (10:50 -0400)]
Handle the case where JSLint complains about arguments in try/catch already being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now).

13 years agoBringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapted to...
John Resig [Fri, 15 Oct 2010 05:29:38 +0000 (01:29 -0400)]
Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapted to handle both the function collision and the issue mentioned in #7196.

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.