jquery.git
15 years agotest runner: Commented 2 tests that jam the suite.
Ariel Flesler [Tue, 21 Oct 2008 01:48:23 +0000 (01:48 +0000)]
test runner: Commented 2 tests that jam the suite.

15 years agojquery fx: closes #3495. Animations are synchronous when duration is 0.
Ariel Flesler [Sat, 18 Oct 2008 23:27:43 +0000 (23:27 +0000)]
jquery fx: closes #3495. Animations are synchronous when duration is 0.

15 years agojquery event: closes #3355. Added stopImmediatePropagation() to events.
Ariel Flesler [Sat, 18 Oct 2008 22:46:04 +0000 (22:46 +0000)]
jquery event: closes #3355. Added stopImmediatePropagation() to events.

15 years agojquery core: closes #3485. Fixing a memory leak on IE.
Ariel Flesler [Sat, 18 Oct 2008 22:22:08 +0000 (22:22 +0000)]
jquery core: closes #3485. Fixing a memory leak on IE.

15 years agotestrunner: fixing tests that were broken due to recent updates to qunit.
Ariel Flesler [Sat, 18 Oct 2008 21:59:09 +0000 (21:59 +0000)]
testrunner: fixing tests that were broken due to recent updates to qunit.

15 years agoA test was using the old / child selector syntax - updating to the new style.
John Resig [Thu, 21 Aug 2008 17:08:50 +0000 (17:08 +0000)]
A test was using the old / child selector syntax - updating to the new style.

15 years agojquery core: fix for [5828]. Put 'function' instead of 'string'.
Ariel Flesler [Thu, 14 Aug 2008 14:03:05 +0000 (14:03 +0000)]
jquery core: fix for [5828]. Put 'function' instead of 'string'.

15 years agojquery core: closes #3154. makeArray uses typeof instead of attribute sniffing for...
Ariel Flesler [Wed, 13 Aug 2008 18:16:14 +0000 (18:16 +0000)]
jquery core: closes #3154. makeArray uses typeof instead of attribute sniffing for strings.

15 years agojquery ajax: closes #3249. Slight modification on serializeArray, shorter and faster...
Ariel Flesler [Wed, 13 Aug 2008 01:44:36 +0000 (01:44 +0000)]
jquery ajax: closes #3249. Slight modification on serializeArray, shorter and faster code, and allows a custom form object.

15 years agojquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArray doesn...
Ariel Flesler [Tue, 12 Aug 2008 19:34:30 +0000 (19:34 +0000)]
jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArray doesn't support functions anymore. Voiding the conflict with Scriptaculous 1.7.x.

15 years agojquery ajax: misc optimization for $.fn.load().
Ariel Flesler [Mon, 11 Aug 2008 01:35:23 +0000 (01:35 +0000)]
jquery ajax: misc optimization for $.fn.load().

15 years agojquery core: closes #3241. The 'length' property isn't set to jQuery's prototype...
Ariel Flesler [Mon, 11 Aug 2008 00:54:05 +0000 (00:54 +0000)]
jquery core: closes #3241. The 'length' property isn't set to jQuery's prototype anymore.

15 years agojquery core: small size optimizations for val().
Ariel Flesler [Sun, 10 Aug 2008 23:59:01 +0000 (23:59 +0000)]
jquery core: small size optimizations for val().

15 years agocore/test: replaced local qunit copy with qunit via svn:externals; inlined styles...
Jörn Zaefferer [Fri, 8 Aug 2008 17:42:52 +0000 (17:42 +0000)]
core/test: replaced local qunit copy with qunit via svn:externals; inlined styles specific to polluted.php; kept testrunner.js with just the noConflict call

15 years agocore: deleted useless test/fix.html
Jörn Zaefferer [Fri, 8 Aug 2008 17:21:42 +0000 (17:21 +0000)]
core: deleted useless test/fix.html

15 years agojquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the response.
Ariel Flesler [Thu, 7 Aug 2008 20:41:05 +0000 (20:41 +0000)]
jquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the response.

15 years agojquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xhr' inste...
Ariel Flesler [Thu, 7 Aug 2008 13:07:21 +0000 (13:07 +0000)]
jquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xhr' instead of a method (jQuery.getAjaxTransport).

15 years agojquery ajax: closes #3087, #2167, #2128. The ajax transport creation process is expos...
Ariel Flesler [Mon, 4 Aug 2008 14:18:06 +0000 (14:18 +0000)]
jquery ajax: closes #3087, #2167, #2128. The ajax transport creation process is exposed to allow overriding.

15 years agojquery event: closes #3127. jQuery.event.special built-in methods were optimized...
Ariel Flesler [Mon, 28 Jul 2008 18:31:25 +0000 (18:31 +0000)]
jquery event: closes #3127. jQuery.event.special built-in methods were optimized. The mouse(enter|leave) special case is only added for non-IE browsers.Thanks to Mike Helgeson for his help.

15 years agojquery selector: closes #3023. The attribute filter accepts ':'.
Ariel Flesler [Mon, 28 Jul 2008 16:34:46 +0000 (16:34 +0000)]
jquery selector: closes #3023. The attribute filter accepts ':'.

15 years agojquery selector: closes #2939. $('[style]') wasn't being handled well.
Ariel Flesler [Mon, 28 Jul 2008 16:23:23 +0000 (16:23 +0000)]
jquery selector: closes #2939. $('[style]') wasn't being handled well.

15 years agojquery core: closes #2652. val() supports option elements, also simplified the code.
Ariel Flesler [Wed, 23 Jul 2008 17:00:32 +0000 (17:00 +0000)]
jquery core: closes #2652. val() supports option elements, also simplified the code.

15 years agojquery core: closes #2968. Simplified isFunction, dropping support for DOM methods...
Ariel Flesler [Wed, 23 Jul 2008 16:18:05 +0000 (16:18 +0000)]
jquery core: closes #2968. Simplified isFunction, dropping support for DOM methods and functions like alert() on IE.

15 years agojquery core: closes #3179. Fallback browser version for non supported browsers.
Ariel Flesler [Wed, 23 Jul 2008 15:21:27 +0000 (15:21 +0000)]
jquery core: closes #3179. Fallback browser version for non supported browsers.

15 years agotest runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but...
Ariel Flesler [Tue, 22 Jul 2008 02:12:08 +0000 (02:12 +0000)]
test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but 1.8.x doesn't fail anymore.

15 years agojquery core: closes #3159. remove() would unbind form.elements instead of a form.
Ariel Flesler [Tue, 15 Jul 2008 15:58:01 +0000 (15:58 +0000)]
jquery core: closes #3159. remove() would unbind form.elements instead of a form.

15 years agojquery event: closes #3112. It wasn't possible to bind 'data' to special events.
Ariel Flesler [Wed, 9 Jul 2008 21:38:28 +0000 (21:38 +0000)]
jquery event: closes #3112. It wasn't possible to bind 'data' to special events.

15 years agogeneral: adding reminder.txt to write down things to remember for future releases.
Ariel Flesler [Wed, 9 Jul 2008 19:26:41 +0000 (19:26 +0000)]
general: adding reminder.txt to write down things to remember for future releases.

15 years agojquery core: Closes #3033. Removed support for .. selector on jQuery.find.
Ariel Flesler [Wed, 9 Jul 2008 19:23:19 +0000 (19:23 +0000)]
jquery core: Closes #3033. Removed support for .. selector on jQuery.find.

15 years agojquery fx: closes #3128. Saved some bytes when creating custom animations, using...
Ariel Flesler [Thu, 3 Jul 2008 22:54:12 +0000 (22:54 +0000)]
jquery fx: closes #3128. Saved some bytes when creating custom animations, using macros. Thanks Mike Helgeson.

15 years agojquery event: Optimization to global unbinding on window unload. Thanks Mike Helgeson.
Ariel Flesler [Tue, 1 Jul 2008 02:50:38 +0000 (02:50 +0000)]
jquery event: Optimization to global unbinding on window unload. Thanks Mike Helgeson.

15 years agojquery event: closes #3107. Optimization to global event triggering. Thanks Mike...
Ariel Flesler [Tue, 1 Jul 2008 02:25:55 +0000 (02:25 +0000)]
jquery event: closes #3107. Optimization to global event triggering. Thanks Mike Helgeson.

15 years agotest runner: optimizing a test for speed.
Ariel Flesler [Tue, 1 Jul 2008 02:08:45 +0000 (02:08 +0000)]
test runner: optimizing a test for speed.

15 years agotest runner: recloses #3102. Adding one test for $().eq("1")
Ariel Flesler [Tue, 1 Jul 2008 02:05:46 +0000 (02:05 +0000)]
test runner: recloses #3102. Adding one test for $().eq("1")

15 years agojquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer.
Ariel Flesler [Mon, 30 Jun 2008 16:17:44 +0000 (16:17 +0000)]
jquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer.

15 years agojquery event: fixed a typo in a comment.
Ariel Flesler [Fri, 27 Jun 2008 14:17:28 +0000 (14:17 +0000)]
jquery event: fixed a typo in a comment.

15 years agocore: revertd last change, breaks width/height logic in css()
Paul Bakaus [Tue, 24 Jun 2008 16:16:15 +0000 (16:16 +0000)]
core: revertd last change, breaks width/height logic in css()

15 years agocore: changed jQuery.css to num (uses curCSS) in the height/width methods with dramat...
Paul Bakaus [Tue, 24 Jun 2008 15:55:50 +0000 (15:55 +0000)]
core: changed jQuery.css to num (uses curCSS) in the height/width methods with dramatically increases performance for height/width

15 years agofx: 1) patch from Ariel removes the need of adding properties like scrollTop and...
Paul Bakaus [Tue, 24 Jun 2008 10:00:42 +0000 (10:00 +0000)]
fx:  1) patch from Ariel removes the need of adding properties like scrollTop and scrollLeft specifically to fx.step - The priority order is style[prop] ? style[prop] : elem[prop], 2) fixed the height/width case - it wasn't possible to animate obj.height/obj.width if there wasn't a style attr.

15 years agocore: set version.txt to 1.2.7-pre
Jörn Zaefferer [Fri, 20 Jun 2008 21:52:06 +0000 (21:52 +0000)]
core: set version.txt to 1.2.7-pre

15 years agoSet version number to 1.2.7a.
Ariel Flesler [Fri, 20 Jun 2008 21:18:40 +0000 (21:18 +0000)]
Set version number to 1.2.7a.

15 years agojquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default naming...
Ariel Flesler [Fri, 20 Jun 2008 16:56:25 +0000 (16:56 +0000)]
jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default naming convention.

15 years agojquery ajax: making Paul's last change([5735]) shorter.
Ariel Flesler [Fri, 20 Jun 2008 16:20:20 +0000 (16:20 +0000)]
jquery ajax: making Paul's last change([5735]) shorter.

15 years agofx: animate() can now animate any property on a generic object or native wrapper...
Paul Bakaus [Fri, 20 Jun 2008 09:02:48 +0000 (09:02 +0000)]
fx: animate() can now animate any property on a generic object or native wrapper (i.e. window.outerWidth)

15 years agojquery ajax: added a comment explaining the last commit.
Ariel Flesler [Tue, 17 Jun 2008 21:31:57 +0000 (21:31 +0000)]
jquery ajax: added a comment explaining the last commit.

15 years agojquery ajax: closes #3052. Additional check on httpData() to keep compatibility with...
Ariel Flesler [Tue, 17 Jun 2008 21:03:20 +0000 (21:03 +0000)]
jquery ajax: closes #3052. Additional check on httpData() to keep compatibility with older code (form plugin).

15 years agojquery ajax: Fixes #3045. The protocol wasn't being checked to see if a script is...
Ariel Flesler [Tue, 17 Jun 2008 20:32:15 +0000 (20:32 +0000)]
jquery ajax: Fixes #3045. The protocol wasn't being checked to see if a script is required for cross domain requests.

15 years agotest runner: closes #3048. The text from the tests, is html-escaped.
Ariel Flesler [Tue, 17 Jun 2008 20:11:47 +0000 (20:11 +0000)]
test runner: closes #3048. The text from the tests, is html-escaped.

15 years agotest runner: 2 tests for [5728].
Ariel Flesler [Tue, 17 Jun 2008 19:59:16 +0000 (19:59 +0000)]
test runner: 2 tests for [5728].

15 years agojquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was failing failing.
Ariel Flesler [Tue, 17 Jun 2008 19:57:42 +0000 (19:57 +0000)]
jquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was failing failing.

15 years agojquery core: closes #3034. Ids with '-' weren't handled by quickExpr.
Ariel Flesler [Fri, 13 Jun 2008 18:42:54 +0000 (18:42 +0000)]
jquery core: closes #3034. Ids with '-' weren't handled by quickExpr.

15 years agocore: fixed #2993: .offsetParent() will now return the body element in all browsers...
Scott González [Fri, 6 Jun 2008 00:28:33 +0000 (00:28 +0000)]
core: fixed #2993: .offsetParent() will now return the body element in all browsers for fixed position elements.

15 years agojquery ajax: passing the settings object to httpData instead of just the dataFilter...
Ariel Flesler [Thu, 5 Jun 2008 20:00:50 +0000 (20:00 +0000)]
jquery ajax: passing the settings object to httpData instead of just the dataFilter, so that when called it retains the object as "this".

15 years agoajax tests: Replaced $ with jQuery.
Scott González [Thu, 5 Jun 2008 18:11:29 +0000 (18:11 +0000)]
ajax tests: Replaced $ with jQuery.

15 years agotest runner: adding 2 tests for .val( Number ).
Ariel Flesler [Thu, 29 May 2008 00:03:45 +0000 (00:03 +0000)]
test runner: adding 2 tests for .val( Number ).
Removed a silly test.

15 years agotest runner: the changes are:
Ariel Flesler [Wed, 28 May 2008 23:18:25 +0000 (23:18 +0000)]
test runner: the changes are:
- Replaced all the $ for jQuery in the tests and suite.
- Added a noConflict to testrunner.js.
- Modified the test for noConflict() so that it still work.
- Added jQuery 1.2.1 and 1.2.3 to otherlibs.

15 years agojquery event: caching the props array and fixing the loop that goes thru it. It was...
Ariel Flesler [Wed, 28 May 2008 20:43:13 +0000 (20:43 +0000)]
jquery event: caching the props array and fixing the loop that goes thru it. It was accessing an invalid index.

15 years agotest runner: adding a new test page called 'polluted'. Where one can choose to pre...
Ariel Flesler [Wed, 28 May 2008 20:19:18 +0000 (20:19 +0000)]
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.

15 years agotest runner: Adding type="text/javascript" to a script tag (trivial).
Ariel Flesler [Wed, 28 May 2008 18:46:38 +0000 (18:46 +0000)]
test runner: Adding type="text/javascript" to a script tag (trivial).

15 years agojquery ajax: small (misc) improvement to $.param.
Ariel Flesler [Wed, 28 May 2008 02:50:38 +0000 (02:50 +0000)]
jquery ajax: small (misc) improvement to $.param.

15 years agotest runner: a test for load() with a hash of data, and another for load() with a...
Ariel Flesler [Tue, 27 May 2008 22:46:28 +0000 (22:46 +0000)]
test runner: a test for load() with a hash of data, and another for load() with a string of data (#1516).
It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text.

15 years agojquery ajax: Closes #1516. load() can get a string of data (not only a hash) and...
Ariel Flesler [Tue, 27 May 2008 22:44:06 +0000 (22:44 +0000)]
jquery ajax: Closes #1516. load() can get a string of data (not only a hash) and it'll be a GET request.

15 years agojquery core: adding rowSpan to jQuery.props.
Ariel Flesler [Tue, 27 May 2008 19:17:26 +0000 (19:17 +0000)]
jquery core: adding rowSpan to jQuery.props.

15 years agocore: fixed offset method for FF3 - FF3 seems to have problems reporting the correct...
Paul Bakaus [Sun, 25 May 2008 13:18:01 +0000 (13:18 +0000)]
core: fixed offset method for FF3 - FF3 seems to have problems reporting the correct values with getBoundingClientRect on the body element

15 years agojquery ajax: changing a set of &&/|| for ?/:.
Ariel Flesler [Sun, 25 May 2008 03:20:13 +0000 (03:20 +0000)]
jquery ajax: changing a set of &&/|| for ?/:.

15 years agotest runner: A test was failing on Opera 9.50. Not a bug, just made the test less...
Ariel Flesler [Sat, 24 May 2008 21:27:12 +0000 (21:27 +0000)]
test runner: A test was failing on Opera 9.50. Not a bug, just made the test less specific and it passed.

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

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

16 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.