jquery.git
15 years agoTagging the 1.2.6 release.
John Resig [Sat, 24 May 2008 18:22:17 +0000 (18:22 +0000)]
Tagging the 1.2.6 release.

15 years agotest runner: adding more tests for attr(). Related to [5574] and [5683].
Ariel Flesler [Sat, 24 May 2008 18:11:55 +0000 (18:11 +0000)]
test runner: adding more tests for attr(). Related to [5574] and [5683].

15 years agojquery core: closes #2930. Normalizing attr() to return undefined, even when getting...
Ariel Flesler [Sat, 24 May 2008 18:09:21 +0000 (18:09 +0000)]
jquery core: closes #2930. Normalizing attr() to return undefined, even when getting DOM attributes.

15 years agojquery core: casting numbers received by val() to string.
Ariel Flesler [Sat, 24 May 2008 17:57:45 +0000 (17:57 +0000)]
jquery core: casting numbers received by val() to string.

15 years agojquery core: saving some bytes and fixing indentation inside jQuery.prop.
Ariel Flesler [Fri, 23 May 2008 00:54:59 +0000 (00:54 +0000)]
jquery core: saving some bytes and fixing indentation inside jQuery.prop.

15 years agoTagging the 1.2.5 release.
John Resig [Wed, 21 May 2008 03:14:54 +0000 (03:14 +0000)]
Tagging the 1.2.5 release.

15 years agoTagging the 1.2.4 release.
John Resig [Sun, 18 May 2008 20:19:46 +0000 (20:19 +0000)]
Tagging the 1.2.4 release.

15 years agojquery fx: removing a needless comment after the last commit.
Ariel Flesler [Fri, 16 May 2008 20:00:16 +0000 (20:00 +0000)]
jquery fx: removing a needless comment after the last commit.

15 years agojquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAYS a...
Ariel Flesler [Fri, 16 May 2008 19:51:34 +0000 (19:51 +0000)]
jquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAYS a function.

15 years agojquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a base...
Ariel Flesler [Fri, 16 May 2008 18:37:11 +0000 (18:37 +0000)]
jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a base node is found.

15 years agojquery core: saving some bytes in $.fn.val by using $.makeArray.
Ariel Flesler [Fri, 16 May 2008 18:32:03 +0000 (18:32 +0000)]
jquery core: saving some bytes in $.fn.val by using $.makeArray.

15 years agojquery core: updating a comment, thanks to Scott for spotting it.
Ariel Flesler [Fri, 16 May 2008 16:41:12 +0000 (16:41 +0000)]
jquery core: updating a comment, thanks to Scott for spotting it.

15 years agojquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'. It...
Ariel Flesler [Fri, 16 May 2008 16:39:27 +0000 (16:39 +0000)]
jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'. It's an optional function that receives the ajax response, and returns the sanitized version.

15 years agoUpdating unit tests for offset
Brandon Aaron [Thu, 15 May 2008 23:36:06 +0000 (23:36 +0000)]
Updating unit tests for offset

15 years agojqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'.
Ariel Flesler [Thu, 15 May 2008 21:03:31 +0000 (21:03 +0000)]
jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'.

15 years agoReverted back to using the num helper method in offset.js
Brandon Aaron [Thu, 15 May 2008 20:29:52 +0000 (20:29 +0000)]
Reverted back to using the num helper method in offset.js

15 years agoAdded some unit tests for position method. Fixed issue with position in IE.
Brandon Aaron [Thu, 15 May 2008 19:38:00 +0000 (19:38 +0000)]
Added some unit tests for position method. Fixed issue with position in IE.

15 years agojquery core: SHOULD fix #2802. Caching document.defaultView, instead of defaultView...
Ariel Flesler [Thu, 15 May 2008 14:45:29 +0000 (14:45 +0000)]
jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defaultView.getComputedStyle as it fails on Safari 2.

15 years agojquery ajax: caching repetive conversions/checks for settings.type in $.ajax.
Ariel Flesler [Thu, 15 May 2008 14:16:19 +0000 (14:16 +0000)]
jquery ajax: caching repetive conversions/checks for settings.type in $.ajax.

15 years agojquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's null...
Ariel Flesler [Thu, 15 May 2008 13:45:09 +0000 (13:45 +0000)]
jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's null, or it open a login popup on some Opera's.

15 years agojquery dimensions & offset: moving the local function 'num' to core, so it can be...
Ariel Flesler [Thu, 15 May 2008 12:53:07 +0000 (12:53 +0000)]
jquery dimensions & offset: moving the local function 'num' to core, so it can be safely used by both modules.

15 years agotest runner: improved the shown message of 4 isFunction tests.
Ariel Flesler [Wed, 14 May 2008 21:18:46 +0000 (21:18 +0000)]
test runner: improved the shown message of 4 isFunction tests.

15 years agojquery core: closes #1480, isFunction is even tougher.
Ariel Flesler [Wed, 14 May 2008 20:10:39 +0000 (20:10 +0000)]
jquery core: closes #1480, isFunction is even tougher.

15 years agojquery ajax: closes #2842.
Ariel Flesler [Wed, 14 May 2008 19:50:24 +0000 (19:50 +0000)]
jquery ajax: closes #2842.

15 years agojquery core: fixed deep extend of objects. Closes #1562 & #2820.
Ariel Flesler [Wed, 14 May 2008 19:45:31 +0000 (19:45 +0000)]
jquery core: fixed deep extend of objects. Closes #1562 & #2820.

15 years agojquery offset: reducing more the code size.
Ariel Flesler [Wed, 14 May 2008 18:06:59 +0000 (18:06 +0000)]
jquery offset: reducing more the code size.

15 years agojquery offset: reducing the code size.
Ariel Flesler [Wed, 14 May 2008 17:54:54 +0000 (17:54 +0000)]
jquery offset: reducing the code size.

15 years agojquery dimensions: reducing the code size.
Ariel Flesler [Wed, 14 May 2008 17:23:44 +0000 (17:23 +0000)]
jquery dimensions: reducing the code size.

15 years agoTagging the 1.2.4b release.
John Resig [Wed, 14 May 2008 04:53:25 +0000 (04:53 +0000)]
Tagging the 1.2.4b release.

15 years agojquery ajax: renaming jQuery.ajax.re to remote.
Ariel Flesler [Tue, 13 May 2008 19:58:00 +0000 (19:58 +0000)]
jquery ajax: renaming jQuery.ajax.re to remote.

15 years agojquery ajax: absolute urls were assumed to be cross domain. Closes #2816.
Ariel Flesler [Tue, 13 May 2008 19:47:39 +0000 (19:47 +0000)]
jquery ajax: absolute urls were assumed to be cross domain. Closes #2816.

15 years agoUpdating outerWidth unit test to use absolute position
Brandon Aaron [Tue, 13 May 2008 18:56:56 +0000 (18:56 +0000)]
Updating outerWidth unit test to use absolute position

15 years agoCloses #2510
Ariel Flesler [Tue, 13 May 2008 02:20:08 +0000 (02:20 +0000)]
Closes #2510

15 years agojquery: removing unnecessary trailing and leading spaces & tabs.
Ariel Flesler [Tue, 13 May 2008 01:45:58 +0000 (01:45 +0000)]
jquery: removing unnecessary trailing and leading spaces & tabs.

15 years agojquery event & fx: tidying some comments.
Ariel Flesler [Tue, 13 May 2008 01:42:35 +0000 (01:42 +0000)]
jquery event & fx: tidying some comments.

15 years agojquery core: don't let .attr() set style for xml.
Ariel Flesler [Tue, 13 May 2008 00:42:12 +0000 (00:42 +0000)]
jquery core: don't let .attr() set style for xml.

15 years agojquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #2453...
Ariel Flesler [Tue, 13 May 2008 00:37:30 +0000 (00:37 +0000)]
jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #2453, #2537.

mass refactoring of $.attr (#2548)

* Changes
- undefined was returned for falsy values.
- expando attributes are used when possible.
- one $.isXmlDoc instead of 2.
- $.attr( style, ... ) goes thru less useless checks.
- reduced code size of recurrent accessed variables/checks.
- $.props doesn't need redundant sets of key value anymore.
- added cellSpacing to $.props (#2521)

15 years agotest runner: improved a test and added a missing semicolon
Ariel Flesler [Mon, 12 May 2008 22:59:58 +0000 (22:59 +0000)]
test runner: improved a test and added a missing semicolon

15 years agotest runner: when errors are thrown in a test, the message is successfully show on...
Ariel Flesler [Mon, 12 May 2008 22:31:27 +0000 (22:31 +0000)]
test runner: when errors are thrown in a test, the message is successfully show on all browsers.

15 years agojquery fx & event: replaced the use of .apply(), where .call() could had been used.
Ariel Flesler [Mon, 12 May 2008 19:45:02 +0000 (19:45 +0000)]
jquery fx & event: replaced the use of .apply(), where .call() could had been used.

15 years agojquery core: Applied #1318 to jQuery.grep
Ariel Flesler [Mon, 12 May 2008 01:21:50 +0000 (01:21 +0000)]
jquery core: Applied #1318 to jQuery.grep

15 years agojquery core: declared undefined locally, to speed up references, and allow munging...
Ariel Flesler [Sun, 11 May 2008 20:59:24 +0000 (20:59 +0000)]
jquery core: declared undefined locally, to speed up references, and allow munging all their names.

15 years agofix small typo in comment
Ed Engelhardt [Sun, 11 May 2008 10:17:11 +0000 (10:17 +0000)]
fix small typo in comment

15 years agojquery core: reverted qunit introduction until build scripts are updated
Jörn Zaefferer [Thu, 8 May 2008 21:42:40 +0000 (21:42 +0000)]
jquery core: reverted qunit introduction until build scripts are updated

15 years agojquery testsuite: switch to qunit
Jörn Zaefferer [Thu, 8 May 2008 19:33:49 +0000 (19:33 +0000)]
jquery testsuite: switch to qunit

15 years agotest runner: added 2 tests for [5500]
Ariel Flesler [Thu, 8 May 2008 17:16:49 +0000 (17:16 +0000)]
test runner: added 2 tests for [5500]

15 years agotest runner: extra tests for $.fn.add enabled by [5503] and a small fix for an html...
Ariel Flesler [Thu, 8 May 2008 17:11:03 +0000 (17:11 +0000)]
test runner: extra tests for $.fn.add enabled by [5503] and a small fix for an html() test.

15 years agojquery core: closes #2811, $.fn.add now calls $.unique internally, also it was failin...
Ariel Flesler [Thu, 8 May 2008 17:08:59 +0000 (17:08 +0000)]
jquery core: closes #2811, $.fn.add now calls $.unique internally, also it was failing for array-like f.e: window.

15 years agotest runner: extra test case, [5501]
Ariel Flesler [Thu, 8 May 2008 16:25:12 +0000 (16:25 +0000)]
test runner: extra test case, [5501]

15 years agojquery event: fixed $.fn.load, closes #2819.
Ariel Flesler [Thu, 8 May 2008 16:23:43 +0000 (16:23 +0000)]
jquery event: fixed $.fn.load, closes #2819.

15 years agojquery core: closes #2771
Ariel Flesler [Thu, 8 May 2008 16:14:49 +0000 (16:14 +0000)]
jquery core: closes #2771
$.inArray now makes a === check because of IE.
$.inArray is used in $.fn.index, this is shorter, and breaks the loop when possible.
$.fn.index can receive a jquery object, and the first element is used

15 years agojquery event: removing 3 unnecessary lines since the addition of $.event.proxy.
Ariel Flesler [Thu, 8 May 2008 16:10:47 +0000 (16:10 +0000)]
jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.

15 years agotest runner: making 2 tests more flexible because they yield a slightly different...
Ariel Flesler [Thu, 8 May 2008 16:04:01 +0000 (16:04 +0000)]
test runner: making 2 tests more flexible because they yield a slightly different result on Safari 3, but still acceptable.

15 years agoMaking sure originalTarget gets copied over from the original event object
Brandon Aaron [Wed, 7 May 2008 13:21:16 +0000 (13:21 +0000)]
Making sure originalTarget gets copied over from the original event object

15 years agoajax test: Removed test for extending with null.
Scott González [Wed, 7 May 2008 01:16:54 +0000 (01:16 +0000)]
ajax test: Removed test for extending with null.

15 years agotest runner: extra test for makeArray, related to [5481]
Ariel Flesler [Wed, 7 May 2008 00:46:14 +0000 (00:46 +0000)]
test runner: extra test for makeArray, related to [5481]

15 years agojquery core: Reverting the changes added at [5480]
Ariel Flesler [Wed, 7 May 2008 00:07:44 +0000 (00:07 +0000)]
jquery core: Reverting the changes added at [5480]

15 years agojquery core: makeArray was parsing forms into array of elements.
Ariel Flesler [Tue, 6 May 2008 23:28:21 +0000 (23:28 +0000)]
jquery core: makeArray was parsing forms into array of elements.

15 years agojquery core: removing needless 'else' and 'new' in $.fn.init.
Ariel Flesler [Tue, 6 May 2008 22:36:30 +0000 (22:36 +0000)]
jquery core: removing needless 'else' and 'new' in $.fn.init.

15 years agojquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery...
Jörn Zaefferer [Tue, 6 May 2008 22:21:43 +0000 (22:21 +0000)]
jquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery.php for easier testing of sent query strings

15 years agojquery testrunner: reset $.ajaxSettings after each run to prevent sideeffects between...
Jörn Zaefferer [Tue, 6 May 2008 19:39:58 +0000 (19:39 +0000)]
jquery testrunner: reset $.ajaxSettings after each run to prevent sideeffects between tests

15 years agotest runner: translated all the ok() with '==' to equals(), as it gives more informat...
Ariel Flesler [Tue, 6 May 2008 18:56:02 +0000 (18:56 +0000)]
test runner: translated all the ok() with '==' to equals(), as it gives more information on failures.

15 years agojquery core: enhancements to jquery.map, closes #2803
Ariel Flesler [Tue, 6 May 2008 14:54:53 +0000 (14:54 +0000)]
jquery core: enhancements to jquery.map, closes #2803

15 years agojquery core: small code reduction.
Ariel Flesler [Tue, 6 May 2008 01:29:13 +0000 (01:29 +0000)]
jquery core: small code reduction.

15 years agojquery core: code reduction at $.each and $.curCSS.
Ariel Flesler [Tue, 6 May 2008 00:54:59 +0000 (00:54 +0000)]
jquery core: code reduction at $.each and $.curCSS.

15 years agotest runner: adding some tests that were missing for the $ constructor.
Ariel Flesler [Tue, 6 May 2008 00:42:59 +0000 (00:42 +0000)]
test runner: adding some tests that were missing for the $ constructor.

15 years agojquery selector: reverting [5343], check #1960.
Ariel Flesler [Tue, 6 May 2008 00:13:20 +0000 (00:13 +0000)]
jquery selector: reverting [5343], check #1960.

15 years agojquery testrunner: reset global events after each run, speeds up a test run for ajax...
Jörn Zaefferer [Mon, 5 May 2008 23:29:28 +0000 (23:29 +0000)]
jquery testrunner: reset global events after each run, speeds up a test run for ajax from 16s to 10s (test/?ajax), kudos to Ariel

15 years agocore: Fixed #2605: .data() now accepts null as a value.
Scott González [Sat, 3 May 2008 01:51:55 +0000 (01:51 +0000)]
core: Fixed #2605: .data() now accepts null as a value.

15 years agocore: Fixed #2605: .data() now accepts null as a value.
Scott González [Sat, 3 May 2008 01:39:27 +0000 (01:39 +0000)]
core: Fixed #2605: .data() now accepts null as a value.

15 years agocore: Fixed #2600: jQuery.extend no longer skips over null properties.
Scott González [Fri, 2 May 2008 19:49:41 +0000 (19:49 +0000)]
core: Fixed #2600: jQuery.extend no longer skips over null properties.

15 years agojquery fx: adding jQuery.fx.def as default speed for animations
Ariel Flesler [Fri, 2 May 2008 14:12:26 +0000 (14:12 +0000)]
jquery fx: adding jQuery.fx.def as default speed for animations

15 years agojquery selector: removed needless check in jQuery.sibling.
Ariel Flesler [Fri, 2 May 2008 14:03:02 +0000 (14:03 +0000)]
jquery selector: removed needless check in jQuery.sibling.

16 years agojQuery src: set svn:eol-style to native
Scott González [Thu, 1 May 2008 20:54:35 +0000 (20:54 +0000)]
jQuery src: set svn:eol-style to native

16 years agocore: make sure all source files end with a single blank line.
Scott González [Wed, 30 Apr 2008 19:35:17 +0000 (19:35 +0000)]
core: make sure all source files end with a single blank line.

16 years agojquery core: extend() now supports deep + extending jquery itself
Ariel Flesler [Wed, 30 Apr 2008 00:09:55 +0000 (00:09 +0000)]
jquery core: extend() now supports deep + extending jquery itself
cached some vars and it proved to be faster.

16 years agomainly made the code shorter:
Ariel Flesler [Tue, 29 Apr 2008 23:34:50 +0000 (23:34 +0000)]
mainly made the code shorter:
- removed some needless if's
- replace multiple "var x" for one, comma separated declaration.
- added a local fn called now() for the (new Date)s
- fixed the indentation of a block, and a typo in a comment.
- used fn instead of prototype where possible
- jquery fx: exposed the speeds hash as jQuery.fx.speeds.

Also fixed (again) line endings

16 years agocore: Adding missing radix for paresInt.
Scott González [Tue, 29 Apr 2008 23:26:53 +0000 (23:26 +0000)]
core: Adding missing radix for paresInt.

16 years agoFixed line endings.
Scott González [Tue, 29 Apr 2008 22:52:36 +0000 (22:52 +0000)]
Fixed line endings.

16 years agotest runner: adding a test case for $.fn._toggle with more than 2 functions.
Ariel Flesler [Tue, 29 Apr 2008 22:20:02 +0000 (22:20 +0000)]
test runner: adding a test case for $.fn._toggle with more than 2 functions.

16 years agojquery event: from #2249, adding $.event.proxy to link event handlers, and implementi...
Ariel Flesler [Tue, 29 Apr 2008 22:06:54 +0000 (22:06 +0000)]
jquery event: from #2249, adding $.event.proxy to link event handlers, and implementing it on $.event.add, $.fn._toggle and $.fn.one.
It also fixes a bug in $.fn.one that was unbinding ALL the existing handlers.

16 years agojquery event: adding some whitespaces to the last change.
Ariel Flesler [Tue, 29 Apr 2008 21:37:41 +0000 (21:37 +0000)]
jquery event: adding some whitespaces to the last change.

16 years agojquery event: jQuery.toggle can accept more than 2 functions, closes #2378
Ariel Flesler [Tue, 29 Apr 2008 21:35:35 +0000 (21:35 +0000)]
jquery event: jQuery.toggle can accept more than 2 functions, closes #2378

16 years agojquery core: in $.makeArray, improved array-like detection, Safari reports nodelists...
Ariel Flesler [Tue, 29 Apr 2008 20:58:22 +0000 (20:58 +0000)]
jquery core: in $.makeArray, improved array-like detection, Safari reports nodelists as 'function', so I got back to attribute sniffing.

16 years agotest runner: voided the failing tests for jQuery.map, that belong to an unapproved...
Ariel Flesler [Tue, 29 Apr 2008 20:54:30 +0000 (20:54 +0000)]
test runner: voided the failing tests for jQuery.map, that belong to an unapproved proposal(#2616).

16 years agotest runner: added another test for makeArray.
Ariel Flesler [Tue, 29 Apr 2008 20:52:48 +0000 (20:52 +0000)]
test runner: added another test for makeArray.

16 years agoMerged dimensions with core
Brandon Aaron [Tue, 29 Apr 2008 03:26:06 +0000 (03:26 +0000)]
Merged dimensions with core

16 years agojQuery.event.fix performance boost. An example: click event was previously ~3ms and...
Brandon Aaron [Mon, 28 Apr 2008 21:09:27 +0000 (21:09 +0000)]
jQuery.event.fix performance boost. An example: click event was previously ~3ms and is now < 1ms. jQuery.event.trigger also got another small boost in performance.

16 years agojquery core: fix for #1960, delegating to document.getElementsByName for [name=....
Jörn Zaefferer [Mon, 28 Apr 2008 14:11:35 +0000 (14:11 +0000)]
jquery core: fix for #1960, delegating to document.getElementsByName for [name=...] selectors (not in combination with :not)

16 years agojquery core: tests for #2616
Jörn Zaefferer [Mon, 28 Apr 2008 14:00:27 +0000 (14:00 +0000)]
jquery core: tests for #2616

16 years agoPrevent a single event object from being fixed more than once
Brandon Aaron [Sun, 27 Apr 2008 23:08:31 +0000 (23:08 +0000)]
Prevent a single event object from being fixed more than once

16 years agoOptimization for jQuery.event.fix ... don't send fake event through jQuery.event.fix
Brandon Aaron [Sun, 27 Apr 2008 20:37:58 +0000 (20:37 +0000)]
Optimization for jQuery.event.fix ... don't send fake event through jQuery.event.fix

16 years agojquery core: fixed makeArray to recognize the window (has length)
Ariel Flesler [Fri, 25 Apr 2008 03:48:07 +0000 (03:48 +0000)]
jquery core: fixed makeArray to recognize the window (has length)
test runner: updated the tests for makeArray

16 years agojquery core: simplified the code using the new jQuery.makeArray from [5314] where...
Ariel Flesler [Thu, 24 Apr 2008 21:46:22 +0000 (21:46 +0000)]
jquery core: simplified the code using the new jQuery.makeArray from [5314] where possible.

16 years ago- Adding the enhancements to the test runner, to accept multiple(and negative) filter...
Ariel Flesler [Thu, 24 Apr 2008 21:32:35 +0000 (21:32 +0000)]
- Adding the enhancements to the test runner, to accept multiple(and negative) filters from the GET variables, as specified in the ticket #2738.

16 years agojquery core: Patch from #2619 applied, making makeArray more flexible and faster...
Jörn Zaefferer [Thu, 24 Apr 2008 21:23:36 +0000 (21:23 +0000)]
jquery core: Patch from #2619 applied, making makeArray more flexible and faster; removed hint to ticket from (previously failing) test

16 years agotestrunner: refactored url-test-filter, still regex based
Jörn Zaefferer [Thu, 24 Apr 2008 20:08:50 +0000 (20:08 +0000)]
testrunner: refactored url-test-filter, still regex based

16 years agoFixed regression with 5276 where return false in first handler of multiple handlers...
Brandon Aaron [Wed, 23 Apr 2008 18:57:17 +0000 (18:57 +0000)]
Fixed regression with 5276 where return false in first handler of multiple handlers was ignored. And 5276 log message says 200% but I meant 20%.

16 years ago- adding the tests for the changes to $.makeArray, proposed at #2619
Ariel Flesler [Tue, 22 Apr 2008 23:07:35 +0000 (23:07 +0000)]
- adding the tests for the changes to $.makeArray, proposed at #2619

16 years agojquery testrunner: accept regexp to select tests, eg. /test/?^core|^selector to run...
Jörn Zaefferer [Tue, 22 Apr 2008 22:43:18 +0000 (22:43 +0000)]
jquery testrunner: accept regexp to select tests, eg. /test/?^core|^selector to run both core and selector module