jquery.git
14 years agoTagging the 1.4a1 release.
jeresig [Fri, 4 Dec 2009 17:51:47 +0000 (12:51 -0500)]
Tagging the 1.4a1 release.

14 years agoSwitched to using slice instead of join to get the correct results.
jeresig [Fri, 4 Dec 2009 17:36:24 +0000 (12:36 -0500)]
Switched to using slice instead of join to get the correct results.

14 years agoLanding Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also adds...
Ben Alman [Fri, 4 Dec 2009 17:28:47 +0000 (12:28 -0500)]
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also adds some tests for prevAll and nextAll, and fixes an test edge case in parents.

14 years agoAdded in the .delay() method for delaying the execution of queued functions and anima...
jeresig [Fri, 4 Dec 2009 17:06:47 +0000 (12:06 -0500)]
Added in the .delay() method for delaying the execution of queued functions and animations.

14 years agoAdding in support for bubbling submit and change events, thanks to the patch by Justi...
Justin Meyer [Fri, 4 Dec 2009 16:28:50 +0000 (11:28 -0500)]
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.

14 years agoMinor syntax changes to the winnow function.
jeresig [Thu, 3 Dec 2009 19:20:06 +0000 (14:20 -0500)]
Minor syntax changes to the winnow function.

14 years agoUse now() in support.js instead of getTime.
jeresig [Thu, 3 Dec 2009 18:59:19 +0000 (13:59 -0500)]
Use now() in support.js instead of getTime.

14 years agoTweaked a CSS test to handle differences in font-size % support in browsers.
jeresig [Thu, 3 Dec 2009 17:34:27 +0000 (12:34 -0500)]
Tweaked a CSS test to handle differences in font-size % support in browsers.

14 years agoRemoved broken hidden/visible test.
jeresig [Thu, 3 Dec 2009 17:26:25 +0000 (12:26 -0500)]
Removed broken hidden/visible test.

14 years agoRemoving unnecessary parens from :hidden.
jeresig [Thu, 3 Dec 2009 16:59:59 +0000 (11:59 -0500)]
Removing unnecessary parens from :hidden.

14 years agoRe-arranged many of the selector tests, breaking them into smaller test groups and...
jeresig [Thu, 3 Dec 2009 16:45:38 +0000 (11:45 -0500)]
Re-arranged many of the selector tests, breaking them into smaller test groups and into more-appropriate sections.

14 years agoJust restore window.JSON in the getJSON test, don't try to delete the value.
jeresig [Thu, 3 Dec 2009 16:28:49 +0000 (11:28 -0500)]
Just restore window.JSON in the getJSON test, don't try to delete the value.

14 years agoLanded the rest of the liveHandler rewrite that takes advantage of the new closest...
jeresig [Thu, 3 Dec 2009 16:15:26 +0000 (11:15 -0500)]
Landed the rest of the liveHandler rewrite that takes advantage of the new closest multi-selector signature (sorry, accidentally committed some of it in the wrong commit: 4daae7a79f43815935a2890d16904c5a052717f3).

14 years agoRe-worked the closest no-duplicate-selector code again to be more efficient.
jeresig [Thu, 3 Dec 2009 16:14:10 +0000 (11:14 -0500)]
Re-worked the closest no-duplicate-selector code again to be more efficient.

14 years agoPrevent duplicate selectors from having to match in closest.
jeresig [Thu, 3 Dec 2009 16:05:12 +0000 (11:05 -0500)]
Prevent duplicate selectors from having to match in closest.

14 years agoNo need to do the closest match if no selectors are passed in.
jeresig [Thu, 3 Dec 2009 15:51:04 +0000 (10:51 -0500)]
No need to do the closest match if no selectors are passed in.

14 years agoAdded in the new .closest(Array) method, will be used to improve the performance...
jeresig [Thu, 3 Dec 2009 00:05:51 +0000 (19:05 -0500)]
Added in the new .closest(Array) method, will be used to improve the performance of live filtering.

14 years agoExtracted the logic for copying events from one jQuery set to another, makes it easie...
jeresig [Wed, 2 Dec 2009 22:15:09 +0000 (17:15 -0500)]
Extracted the logic for copying events from one jQuery set to another, makes it easier to work with disconnected DOM nodes.

14 years agoFixed logic error in html method - support.leadingWhitespace shouldn't have been...
jeresig [Wed, 2 Dec 2009 20:20:33 +0000 (15:20 -0500)]
Fixed logic error in html method - support.leadingWhitespace shouldn't have been negated.

14 years agoRemoved debug statements from manipulation tests, was causing errors in IE.
jeresig [Wed, 2 Dec 2009 20:14:48 +0000 (15:14 -0500)]
Removed debug statements from manipulation tests, was causing errors in IE.

14 years agoMake sure that a DOM node isn't getting passed through (as is the case in IE, it...
jeresig [Wed, 2 Dec 2009 19:59:19 +0000 (14:59 -0500)]
Make sure that a DOM node isn't getting passed through (as is the case in IE, it has a toString of [object Object].

14 years agoAdded some isObjectLiteral tests.
jeresig [Wed, 2 Dec 2009 19:57:13 +0000 (14:57 -0500)]
Added some isObjectLiteral tests.

14 years agoAdding a test that a new option can be selected with val(N)
Yehuda Katz [Tue, 1 Dec 2009 22:11:32 +0000 (14:11 -0800)]
Adding a test that a new option can be selected with val(N)

14 years agoFix css("opacity") to not clobber other filters in IE. Closes #4707.
Yehuda Katz [Tue, 1 Dec 2009 19:40:28 +0000 (11:40 -0800)]
Fix css("opacity") to not clobber other filters in IE. Closes #4707.

14 years agoUpdated the Rakefile to use the correct init code.
jeresig [Mon, 30 Nov 2009 20:56:40 +0000 (15:56 -0500)]
Updated the Rakefile to use the correct init code.

14 years agoShortened the build messages in the Makefile and added test/qunit and src/sizzle...
jeresig [Mon, 30 Nov 2009 20:54:14 +0000 (15:54 -0500)]
Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup.

14 years agoDon't try to run the clone code if the directory already exists.
jeresig [Mon, 30 Nov 2009 20:52:41 +0000 (15:52 -0500)]
Don't try to run the clone code if the directory already exists.

14 years agoSwitched from using Git Submodules to just doing a straight clone of the QUnit and...
jeresig [Mon, 30 Nov 2009 20:45:16 +0000 (15:45 -0500)]
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.

14 years agoBringing Sizzle and QUnit up to date.
jeresig [Mon, 30 Nov 2009 20:09:50 +0000 (15:09 -0500)]
Bringing Sizzle and QUnit up to date.

14 years agoDon't do the update after the pull - forces the submodules up to date.
jeresig [Mon, 30 Nov 2009 20:08:55 +0000 (15:08 -0500)]
Don't do the update after the pull - forces the submodules up to date.

14 years agoUse .add() to merge two test groups together for .unwrap().
jeresig [Mon, 30 Nov 2009 19:39:34 +0000 (14:39 -0500)]
Use .add() to merge two test groups together for .unwrap().

14 years agoChanged the style attribute test to handle hex colors (as that's what Opera returns...
jeresig [Mon, 30 Nov 2009 19:31:32 +0000 (14:31 -0500)]
Changed the style attribute test to handle hex colors (as that's what Opera returns, in this case.

14 years agoMade .show(null/undefined) and .hide(null/undefined) work the same as .show() and...
jeresig [Mon, 30 Nov 2009 19:28:09 +0000 (14:28 -0500)]
Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide().

14 years agoFixed a problem with animations with a duration of 0 not working properly for hide...
jeresig [Mon, 30 Nov 2009 19:22:24 +0000 (14:22 -0500)]
Fixed a problem with animations with a duration of 0 not working properly for hide and show.

14 years agoSimplified a selector in the .live() tests.
jeresig [Mon, 30 Nov 2009 19:02:03 +0000 (14:02 -0500)]
Simplified a selector in the .live() tests.

14 years agoTweaked the live test to be a bit simpler.
jeresig [Mon, 30 Nov 2009 18:50:25 +0000 (13:50 -0500)]
Tweaked the live test to be a bit simpler.

14 years agoFixed wrap test that was looking for comment values from .text().
jeresig [Mon, 30 Nov 2009 18:46:14 +0000 (13:46 -0500)]
Fixed wrap test that was looking for comment values from .text().

14 years agoMerge branch 'master' of github.com:jquery/jquery
jeresig [Mon, 30 Nov 2009 18:42:26 +0000 (13:42 -0500)]
Merge branch 'master' of github.com:jquery/jquery

14 years agoFixed bug with singleTag matching in core.js.
jeresig [Mon, 30 Nov 2009 18:42:19 +0000 (13:42 -0500)]
Fixed bug with singleTag matching in core.js.

14 years agoFixes $.trim for   closes #4980
Yehuda Katz [Mon, 30 Nov 2009 18:21:56 +0000 (10:21 -0800)]
Fixes $.trim for   closes #4980

14 years agoIgnore diff and patch files.
jeresig [Mon, 30 Nov 2009 18:00:06 +0000 (13:00 -0500)]
Ignore diff and patch files.

14 years agoMerge branch 'master' of github.com:jquery/jquery
jeresig [Sun, 29 Nov 2009 21:22:08 +0000 (16:22 -0500)]
Merge branch 'master' of github.com:jquery/jquery

14 years agoAdding a Rakefile to build jQuery core, for those that need it.
jeresig [Sun, 29 Nov 2009 21:21:54 +0000 (16:21 -0500)]
Adding a Rakefile to build jQuery core, for those that need it.

14 years agoadded missing semicolons
Karl Swedberg [Fri, 27 Nov 2009 19:31:28 +0000 (03:31 +0800)]
added missing semicolons

14 years agoadded missing radix parameter for parseInt()
Karl Swedberg [Fri, 27 Nov 2009 19:29:44 +0000 (03:29 +0800)]
added missing radix parameter for parseInt()

14 years agoadded curly braces around all if/else statements
Karl Swedberg [Fri, 27 Nov 2009 19:28:42 +0000 (03:28 +0800)]
added curly braces around all if/else statements

14 years agoForce endlines to be just LF (any CRLF is auto-converted to LF by Git).
jeresig [Fri, 27 Nov 2009 16:23:19 +0000 (11:23 -0500)]
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).

14 years agoDisable the X-Requested-With header to avoid preflighting remote POST requests. Fixes...
John Resig [Wed, 25 Nov 2009 18:29:34 +0000 (13:29 -0500)]
Disable the X-Requested-With header to avoid preflighting remote POST requests. Fixes #4601.

14 years agoFixed spacing on the modified Ajax code.
John Resig [Wed, 25 Nov 2009 18:24:24 +0000 (13:24 -0500)]
Fixed spacing on the modified Ajax code.

14 years agoFixing endlines.
Mark Gibson [Wed, 25 Nov 2009 17:09:53 +0000 (12:09 -0500)]
Fixing endlines.

14 years agoRe-adding zeros removed from slice calls in last commit.
Robert Katic [Thu, 19 Nov 2009 12:37:48 +0000 (20:37 +0800)]
Re-adding zeros removed from slice calls in last commit.

14 years agoCorrected RegExp to match event namespaces. Fixes #5303.
Robert Katic [Thu, 19 Nov 2009 05:11:29 +0000 (13:11 +0800)]
Corrected RegExp to match event namespaces. Fixes #5303.

14 years agoGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
Robert Katic [Wed, 18 Nov 2009 02:26:42 +0000 (10:26 +0800)]
Generic jQuery.merge and safer jQuery.makeArray(nodeList).

* Made jQuery.marge more generic supporting null and undefined values, and supporting array like objects as results. Fixes #5527.

* Made jQuery.makeArray(nodeList) more safer using jQuery.merge internally. Fixes #5528.

* Added a second "results" argument to jQuery.makeArray for internal usage to avoid intermediary arrays in init.

14 years agoAdded support for .text() on text nodes. Fixes #5525.
John Resig [Tue, 17 Nov 2009 19:52:08 +0000 (14:52 -0500)]
Added support for .text() on text nodes. Fixes #5525.

14 years agoRe-wrote context Ajax test to use an element instead of an object (a more realistic...
John Resig [Tue, 17 Nov 2009 19:36:10 +0000 (14:36 -0500)]
Re-wrote context Ajax test to use an element instead of an object (a more realistic test and works with the new jQuery.extend logic for cloning object literals).

14 years agoRe-adding the QUnit submodule file.
John Resig [Tue, 17 Nov 2009 19:25:14 +0000 (14:25 -0500)]
Re-adding the QUnit submodule file.

14 years agoChanged the === undefined ready event check to == null since frameElement is usually...
Andrea Giammarchi [Tue, 17 Nov 2009 15:45:01 +0000 (10:45 -0500)]
Changed the === undefined ready event check to == null since frameElement is usually null and was skipping the normal line of checks.

14 years agoHide the .settings file in the gitignore.
John Resig [Sun, 15 Nov 2009 05:27:06 +0000 (00:27 -0500)]
Hide the .settings file in the gitignore.

14 years agoIgnoring src/selector.js (build) and Emacs backup files
Kim Dalsgaard [Fri, 13 Nov 2009 21:26:00 +0000 (05:26 +0800)]
Ignoring src/selector.js (build) and Emacs backup files

14 years agoAdded test for passing null to .show()
Scott Gonzalez [Thu, 12 Nov 2009 23:08:33 +0000 (07:08 +0800)]
Added test for passing null to .show()

14 years agoAllowing falsy values to be passed as a speed for hide().
Scott Gonzalez [Thu, 12 Nov 2009 22:39:33 +0000 (06:39 +0800)]
Allowing falsy values to be passed as a speed for hide().

14 years agoAllowing falsy values to be passed as a speed for show().
Scott Gonzalez [Thu, 12 Nov 2009 22:27:10 +0000 (06:27 +0800)]
Allowing falsy values to be passed as a speed for show().

14 years agoCorrected some minor errors made by me (rkatic) in last commits.
Robert Katic [Thu, 12 Nov 2009 15:24:19 +0000 (23:24 +0800)]
Corrected some minor errors made by me (rkatic) in last commits.

14 years agoForgotten to update the number of jQuery.extend related tests.
Robert Katic [Thu, 12 Nov 2009 06:03:59 +0000 (14:03 +0800)]
Forgotten to update the number of jQuery.extend related tests.

14 years agoMade jQuery.extend(true, ...) to extend recursively only 'object literal' values.
Robert Katic [Thu, 12 Nov 2009 05:48:45 +0000 (13:48 +0800)]
Made jQuery.extend(true, ...) to extend recursively only 'object literal' values.

14 years agoMade isObjectLiteral to work correctly with custom objects with empty prototypes.
Robert Katic [Thu, 12 Nov 2009 04:50:40 +0000 (12:50 +0800)]
Made isObjectLiteral to work correctly with custom objects with empty prototypes.

14 years agoMake sure that the submodules are pulling from the right location.
John Resig [Wed, 11 Nov 2009 23:08:07 +0000 (18:08 -0500)]
Make sure that the submodules are pulling from the right location.

14 years agoUse array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and...
lrbabe [Wed, 11 Nov 2009 20:15:58 +0000 (15:15 -0500)]
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and Andrea for the patch. Fixes #5160.

14 years agoAdded useMap and frameBorder IE support to attr. Fixes #4561.
John Resig [Wed, 11 Nov 2009 20:11:58 +0000 (15:11 -0500)]
Added useMap and frameBorder IE support to attr. Fixes #4561.

14 years agoAdded a check to make sure that a load request isn't done if the element doesn't...
John Resig [Wed, 11 Nov 2009 19:55:32 +0000 (14:55 -0500)]
Added a check to make sure that a load request isn't done if the element doesn't exist. Fixes #4235.

14 years agoPass in the XHR object as the third argument to the success callback (which helps...
John Resig [Wed, 11 Nov 2009 19:29:01 +0000 (14:29 -0500)]
Pass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes #3363.

14 years agoFixed the case where HTML that contained entities was being inserted as text strings...
John Resig [Wed, 11 Nov 2009 19:23:56 +0000 (14:23 -0500)]
Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483.

14 years agoLanding tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
John Resig [Wed, 11 Nov 2009 19:17:16 +0000 (14:17 -0500)]
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.

14 years agoLand Rich's fix for not using window.top to do frame detection. Fixes #4787.
Rich Dougherty [Wed, 11 Nov 2009 18:56:39 +0000 (13:56 -0500)]
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.

14 years agoMade jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the...
John Resig [Wed, 11 Nov 2009 18:49:29 +0000 (13:49 -0500)]
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293.

14 years agoOpera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the...
John Resig [Wed, 11 Nov 2009 18:45:03 +0000 (13:45 -0500)]
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344.

14 years agoRemoved the use of this.length++ as it makes it hard to use the init method directly...
John Resig [Wed, 11 Nov 2009 18:42:50 +0000 (13:42 -0500)]
Removed the use of this.length++ as it makes it hard to use the init method directly. Fixes #4955.

14 years agoAdd QUnit as a submodule.
Damian Janowski [Mon, 9 Nov 2009 21:25:13 +0000 (05:25 +0800)]
Add QUnit as a submodule.

14 years agoRemove symlink to John Resig's filesystem.
Damian Janowski [Mon, 9 Nov 2009 21:19:51 +0000 (05:19 +0800)]
Remove symlink to John Resig's filesystem.

14 years agoMaking sure that you can bind multiple toggles to a single element without problems...
Mr Speaker [Wed, 11 Nov 2009 14:46:24 +0000 (09:46 -0500)]
Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274.

14 years agoRenamed isObject to isObjectLiteral to be more specific.
John Resig [Wed, 11 Nov 2009 04:07:05 +0000 (23:07 -0500)]
Renamed isObject to isObjectLiteral to be more specific.

14 years agoForce the submodules to keep up to date.
John Resig [Tue, 10 Nov 2009 01:13:58 +0000 (02:13 +0100)]
Force the submodules to keep up to date.

14 years agoRequire that, at least, document.body exists before firing the ready event. This...
John Resig [Mon, 9 Nov 2009 12:47:53 +0000 (13:47 +0100)]
Require that, at least, document.body exists before firing the ready event. This may stop jQuery from working on pages that don't create a document.body (such as Safari, when no body exists) but considering that we've required a document.body since 1.3 and haven't broken any pages, this doesn't appear to be a pressing issue. Used the test case written by dmethvin to verify the bug and the fix. Fixes #4320.

14 years agoBacking out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket incorrec...
John Resig [Mon, 9 Nov 2009 12:30:33 +0000 (13:30 +0100)]
Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket incorrectly - and seeing some of the other earlier tickets it's obvious that a more generic solution is needed. Thanks jdalton for the catch.

14 years agoMerge branch 'master' of git@github.com:jquery/jquery
John Resig [Mon, 9 Nov 2009 12:01:10 +0000 (13:01 +0100)]
Merge branch 'master' of git@github.com:jquery/jquery

14 years agoMaking mouseenter and mouseleave work with .live().
lrbabe [Mon, 9 Nov 2009 11:59:54 +0000 (12:59 +0100)]
Making mouseenter and mouseleave work with .live().

14 years agoCleanup bubbling focus and blur events
lrbabe [Fri, 6 Nov 2009 11:59:45 +0000 (19:59 +0800)]
Cleanup bubbling focus and blur events
- Use cached event instead of jQuery.event
- Do not cache event.special if you use it only once

14 years agoMade the closest method evaluate the selector with appropriate context.
Robert Katić [Mon, 9 Nov 2009 11:39:29 +0000 (12:39 +0100)]
Made the closest method evaluate the selector with appropriate context.

14 years agoAdded a method to myKlass.
rkatic [Mon, 9 Nov 2009 10:55:25 +0000 (18:55 +0800)]
Added a method to myKlass.
If an object's prototype is "empty", then isObject returns true!

14 years agoAdded comments to isObject.
rkatic [Sun, 8 Nov 2009 23:26:01 +0000 (07:26 +0800)]
Added comments to isObject.

14 years agoFixing spacing problems from rkatic's patches.
John Resig [Sat, 7 Nov 2009 16:40:47 +0000 (17:40 +0100)]
Fixing spacing problems from rkatic's patches.

14 years agoMake liveHandler to use jQuery.lastCloser and speed up internal sorting.
rkatic [Sat, 7 Nov 2009 16:10:58 +0000 (00:10 +0800)]
Make liveHandler to use jQuery.lastCloser and speed up internal sorting.

14 years agoStore last closer value to jQuery.lastCloser instead of using data API.
rkatic [Sat, 7 Nov 2009 16:04:08 +0000 (00:04 +0800)]
Store last closer value to jQuery.lastCloser instead of using data API.

14 years agoMade sure that animate callbacks get executed even when no properties are passed...
John Resig [Sat, 7 Nov 2009 16:22:35 +0000 (17:22 +0100)]
Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459.

14 years agoMake .add() take an optional context and - if a context is specified in the root...
John Resig [Sat, 7 Nov 2009 15:43:31 +0000 (16:43 +0100)]
Make .add() take an optional context and - if a context is specified in the root selector - use that as the base context.

14 years agoComment nodes are discarded from a merge, for no apparent reason. Fixes #5438.
John Resig [Sat, 7 Nov 2009 15:15:33 +0000 (16:15 +0100)]
Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.

14 years agojQuery.ajax modified the passed-in object only to help test the code - this shouldn...
John Resig [Sat, 7 Nov 2009 15:08:07 +0000 (16:08 +0100)]
jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439.

14 years agoA typechange for test/qunit.
John Resig [Sat, 7 Nov 2009 15:03:16 +0000 (16:03 +0100)]
A typechange for test/qunit.

14 years agoMake sure that document.body exists, at least, in IE before the ready event is fired...
John Resig [Sat, 7 Nov 2009 15:00:43 +0000 (16:00 +0100)]
Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443.

14 years agoThe complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker...
John Resig [Sat, 7 Nov 2009 13:59:47 +0000 (14:59 +0100)]
The complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker' for the patch. Fixes #5468.