rwldrn [Tue, 9 Nov 2010 23:06:33 +0000 (18:06 -0500)]
Fixes #7397; 4 supporting unit tests
rwldrn [Tue, 9 Nov 2010 21:31:52 +0000 (16:31 -0500)]
Support unit test for #6897
rwldrn [Tue, 9 Nov 2010 21:14:11 +0000 (16:14 -0500)]
Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject
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.
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
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.
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.
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
Anton M [Tue, 9 Nov 2010 17:13:39 +0000 (18:13 +0100)]
Fix selector tests broken by newer version of Qunit.
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.
John Resig [Tue, 9 Nov 2010 15:34:32 +0000 (10:34 -0500)]
We don't do end of line comments, move them above.
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.
jeresig [Wed, 3 Nov 2010 23:00:05 +0000 (19:00 -0400)]
Merge branch 'master' of github.com:jquery/jquery
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.
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.
jeresig [Wed, 3 Nov 2010 19:46:40 +0000 (15:46 -0400)]
Updating the source version to 1.4.4pre.
jeresig [Wed, 3 Nov 2010 19:46:31 +0000 (15:46 -0400)]
Tagging the 1.4.4rc2 release.
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.
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.
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.
John Resig [Thu, 28 Oct 2010 19:59:58 +0000 (15:59 -0400)]
Fix quotes in comment.
Brandon Aaron [Thu, 28 Oct 2010 16:58:03 +0000 (11:58 -0500)]
Fix tab spacing.
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.
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.
John Resig [Tue, 26 Oct 2010 03:26:19 +0000 (20:26 -0700)]
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
John Resig [Tue, 26 Oct 2010 00:54:27 +0000 (17:54 -0700)]
danheberden [Mon, 25 Oct 2010 21:07:44 +0000 (14:07 -0700)]
Prevent IE from firing live/delegate events on disabled elements. (#6911)
John Resig [Mon, 25 Oct 2010 20:26:07 +0000 (13:26 -0700)]
Updating the source version to 1.4.4pre.
John Resig [Mon, 25 Oct 2010 20:25:10 +0000 (13:25 -0700)]
Tagging the 1.4.4rc1 release.
John Resig [Mon, 25 Oct 2010 20:06:55 +0000 (13:06 -0700)]
Merge branch 'jquerymaster' of github.com/SlexAxton/jquery into SlexAxton-jquerymaster
John Resig [Mon, 25 Oct 2010 20:06:23 +0000 (13:06 -0700)]
Merge branch '6897' of github.com/SlexAxton/jquery into SlexAxton-6897
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.
dmethvin [Sat, 23 Oct 2010 18:36:24 +0000 (14:36 -0400)]
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.
John Resig [Mon, 25 Oct 2010 20:05:11 +0000 (13:05 -0700)]
Merge branch 'master' of github.com/rwldrn/jquery
John Resig [Mon, 25 Oct 2010 19:36:40 +0000 (12:36 -0700)]
Merge branch 'unusedTrue' of github.com/lrbabe/jquery into lrbabe-unusedTrue
lrbabe [Mon, 25 Oct 2010 15:19:45 +0000 (17:19 +0200)]
.cur() doesn't take any boolean parameter since 1.4.3
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
rwldrn [Sun, 24 Oct 2010 16:18:33 +0000 (12:18 -0400)]
Fixes #7229 and #5803
John Resig [Sat, 23 Oct 2010 04:35:09 +0000 (00:35 -0400)]
Allow for versions with spaces in them, in the Makefile.
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.
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.
jeresig [Fri, 22 Oct 2010 05:48:32 +0000 (01:48 -0400)]
Fix broken selector code from last commit.
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.
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.
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.
jeresig [Fri, 22 Oct 2010 04:29:52 +0000 (00:29 -0400)]
Be sure to clean up the previous test.
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.
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.
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.
jeresig [Fri, 22 Oct 2010 03:18:47 +0000 (23:18 -0400)]
Only need to declare the data once.
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
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
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.
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
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.
John Resig [Sun, 17 Oct 2010 14:58:01 +0000 (10:58 -0400)]
Var wasn't being explicitly declared. Fixes #7226.
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.
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).
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.
jeresig [Fri, 15 Oct 2010 03:10:19 +0000 (23:10 -0400)]
Updating the source version to 1.4.4pre.
jeresig [Fri, 15 Oct 2010 03:10:06 +0000 (23:10 -0400)]
Tagging the 1.4.3 release.
jeresig [Fri, 15 Oct 2010 02:37:56 +0000 (22:37 -0400)]
Fix the number of change tests and remove textarea tests.
jeresig [Fri, 15 Oct 2010 02:06:27 +0000 (22:06 -0400)]
Testing *, * was unnecessary - especially in slower browsers.
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).
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).
jeresig [Fri, 15 Oct 2010 01:31:36 +0000 (21:31 -0400)]
Test visible on inline elements.
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).
jeresig [Fri, 15 Oct 2010 00:55:40 +0000 (20:55 -0400)]
Reverting commit
39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems. Fixes #7196.
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.
John Resig [Thu, 14 Oct 2010 20:35:35 +0000 (16:35 -0400)]
Updating the copy of Google Closure Compiler.
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.
jeresig [Thu, 14 Oct 2010 01:25:23 +0000 (21:25 -0400)]
Oops, still have jQuery.ajax.* on the brain.
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.
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.
Justin Meyer [Wed, 13 Oct 2010 14:35:28 +0000 (10:35 -0400)]
Make sure that focusin/focusout bubbles in non-IE browsers.
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.
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.
jeresig [Wed, 13 Oct 2010 04:32:52 +0000 (00:32 -0400)]
Test CSS test on font size instead of padding.
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.
jeresig [Wed, 13 Oct 2010 04:07:52 +0000 (00:07 -0400)]
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
John Resig [Wed, 13 Oct 2010 01:51:44 +0000 (21:51 -0400)]
Merge branch 'bug7150' of github.com/csnover/jquery
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.
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.
John Resig [Tue, 12 Oct 2010 19:44:53 +0000 (15:44 -0400)]
Updating the source version to 1.4.3pre.
John Resig [Tue, 12 Oct 2010 19:44:36 +0000 (15:44 -0400)]
Tagging the 1.4.3rc2 release.
John Resig [Tue, 12 Oct 2010 19:38:15 +0000 (15:38 -0400)]
Tagging the 1.4.3rc2 release.
John Resig [Tue, 12 Oct 2010 14:56:02 +0000 (10:56 -0400)]
Forgot to remove the child selector in the previous commit.
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.
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.
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.
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.
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.
John Resig [Mon, 11 Oct 2010 22:03:54 +0000 (18:03 -0400)]
Add some resize event tests.
John Resig [Mon, 11 Oct 2010 21:52:00 +0000 (17:52 -0400)]
Added some more tests relating to attaching data to a window.
John Resig [Mon, 11 Oct 2010 20:44:12 +0000 (16:44 -0400)]
Merge branch 'animateHooks' of github.com/lrbabe/jquery into lrbabe-animateHooks
John Resig [Mon, 11 Oct 2010 20:40:10 +0000 (16:40 -0400)]
Merge branch 'bug7141' of github.com/csnover/jquery into csnover-bug7141
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.
Scott González [Mon, 11 Oct 2010 19:11:03 +0000 (15:11 -0400)]
Fixed getting styles from disconnected nodes. Fixes #7148.
lrbabe [Mon, 11 Oct 2010 14:08:38 +0000 (16:08 +0200)]
Make $.fn.animate compatible with jQuery.cssHooks