]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoFixes #8205. Mitigates memory usage by recycling jsonp callback names the safest...
jaubourg [Fri, 20 Apr 2012 01:02:20 +0000 (03:02 +0200)]
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.

12 years agoRemove unnec. else condition
Mike Sherov [Thu, 19 Apr 2012 14:43:26 +0000 (10:43 -0400)]
Remove unnec. else condition

12 years agoUpdate grunt version to >=0.3.9
Rick Waldron waldron.rick@gmail.com [Wed, 18 Apr 2012 21:00:44 +0000 (17:00 -0400)]
Update grunt version to >=0.3.9

12 years agoInitial grunt implementation
Rick Waldron waldron.rick@gmail.com [Wed, 18 Apr 2012 20:07:35 +0000 (16:07 -0400)]
Initial grunt implementation

12 years agoRemove $("body") case; $(document.body) is 2x faster.
Dave Methvin [Wed, 18 Apr 2012 17:04:04 +0000 (13:04 -0400)]
Remove $("body") case; $(document.body) is 2x faster.

12 years agoFix #8894. Ensure `.appendTo` creates a new set in oldIE.
Oleg [Tue, 17 Apr 2012 01:57:41 +0000 (21:57 -0400)]
Fix #8894. Ensure `.appendTo` creates a new set in oldIE.

12 years agoMake test async to please Opera 11.1; supplements #11500
Rick Waldron [Mon, 16 Apr 2012 13:43:59 +0000 (09:43 -0400)]
Make test async to please Opera 11.1; supplements #11500

12 years agoMerge pull request #738 from rwldrn/fix-mangled-indents
Rick Waldron [Mon, 16 Apr 2012 13:31:04 +0000 (06:31 -0700)]
Merge pull request #738 from rwldrn/fix-mangled-indents

Fix mangled indents

12 years agoMore indent correction 738/head
Rick Waldron waldron.rick@gmail.com [Mon, 16 Apr 2012 02:54:18 +0000 (22:54 -0400)]
More indent correction

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoFixes mangled indents.
Rick Waldron waldron.rick@gmail.com [Mon, 16 Apr 2012 01:59:25 +0000 (21:59 -0400)]
Fixes mangled indents.

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoUpdate sizzle rev
Yehuda Katz [Sun, 15 Apr 2012 21:53:00 +0000 (17:53 -0400)]
Update sizzle rev

12 years agoFix some stragglers
Yehuda Katz [Sun, 15 Apr 2012 21:52:48 +0000 (17:52 -0400)]
Fix some stragglers

12 years agoRemove Ajax requirement for simple XML tests
Yehuda Katz [Sun, 15 Apr 2012 21:41:54 +0000 (17:41 -0400)]
Remove Ajax requirement for simple XML tests

Previously, all jQuery tests that wanted an XML
document would make an Ajax request to go through
jQuery's XML parsing logic in jQuery.ajax. Now,
use jQuery.parseXML instead.

This removes the need for the Ajax server for
these tests, improves their performance, and
decouples simple core tests from Ajax.

(with scottgonzalez)

12 years agoAmends #10324. Remove object markup fixture; create programmatically
Rick Waldron [Wed, 11 Apr 2012 16:00:42 +0000 (12:00 -0400)]
Amends #10324. Remove object markup fixture; create programmatically

12 years agoFollowup on #10324. Eliminate duplicate name attribute.
Dave Methvin [Wed, 11 Apr 2012 02:30:26 +0000 (22:30 -0400)]
Followup on #10324. Eliminate duplicate name attribute.

12 years agoFix #11500. Allow triggered, simulated change events.
Rick Waldron [Wed, 11 Apr 2012 01:54:07 +0000 (21:54 -0400)]
Fix #11500. Allow triggered, simulated change events.

12 years agoFix #10324. IE9 fumbles the innerHTML on object elements.
Rick Waldron [Wed, 11 Apr 2012 01:38:11 +0000 (21:38 -0400)]
Fix #10324. IE9 fumbles the innerHTML on object elements.

12 years agoFix 11547. XML and IE DOM can't be force-lowercase in removeAttr().
Arne de Bree [Mon, 2 Apr 2012 22:37:02 +0000 (00:37 +0200)]
Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().

See discussion on pull request: https://github.com/jquery/jquery/pull/724

12 years agoFix 11004. getWH() box-sizing:border-box includes padding and border.
Mike Sherov [Tue, 10 Apr 2012 21:18:00 +0000 (17:18 -0400)]
Fix 11004. getWH() box-sizing:border-box includes padding and border.

12 years agoFix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.
Mike Sherov [Fri, 6 Apr 2012 12:39:59 +0000 (08:39 -0400)]
Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.

12 years agoFix #10996, simplify offset code by forsaking ancient browsers.
Mike Sherov [Fri, 6 Apr 2012 01:51:27 +0000 (21:51 -0400)]
Fix #10996, simplify offset code by forsaking ancient browsers.

12 years agoSpeed up .css() by eliminating the middleman.
Mike Sherov [Sat, 10 Mar 2012 18:30:07 +0000 (13:30 -0500)]
Speed up .css() by eliminating the middleman.

12 years agoFix #11543: .has should work on detached elements.
Richard Gibson [Mon, 2 Apr 2012 17:12:57 +0000 (13:12 -0400)]
Fix #11543: .has should work on detached elements.

12 years agoFixes #11338, .replaceWith should work on detached nodes.
Oleg [Fri, 30 Mar 2012 15:56:11 +0000 (19:56 +0400)]
Fixes #11338, .replaceWith should work on detached nodes.

12 years agoFix 11528. Exclude link/html5 tags from innerHTML path on oldIE.
cmcnulty [Thu, 5 Apr 2012 16:12:38 +0000 (12:12 -0400)]
Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.

12 years agoFix #8653, .param() undefined/null values become empty strings
tsinha [Thu, 5 Apr 2012 15:06:54 +0000 (11:06 -0400)]
Fix #8653, .param() undefined/null values become empty strings

12 years agoFollowup to #11469; add test case and clarify code.
Sindre Sorhus [Thu, 5 Apr 2012 03:30:13 +0000 (23:30 -0400)]
Followup to #11469; add test case and clarify code.

12 years agoRemove moot second argument from `slice.call()`
Sindre Sorhus [Tue, 13 Mar 2012 13:39:40 +0000 (14:39 +0100)]
Remove moot second argument from `slice.call()`

The zeroes were added to fix http://bugs.jquery.com/ticket/4942 but those browsers are no longer supported.

12 years agoFix #11325: smaller/stronger domManip/buildFragment/clean
Richard Gibson [Thu, 5 Apr 2012 03:00:58 +0000 (23:00 -0400)]
Fix #11325: smaller/stronger domManip/buildFragment/clean

12 years agoUpdating year to 2012.
J Bruni [Tue, 6 Mar 2012 20:56:02 +0000 (17:56 -0300)]
Updating year to 2012.

12 years agoUse multiply rather than divide for speed.
Oskari [Tue, 6 Mar 2012 15:25:29 +0000 (17:25 +0200)]
Use multiply rather than divide for speed.

12 years agoFix #11439. Remove use of undefined jQuery.support.parentNode.
Robert Katic [Mon, 5 Mar 2012 21:57:34 +0000 (22:57 +0100)]
Fix #11439. Remove use of undefined jQuery.support.parentNode.

12 years agoFix #11435. Remove obsolete test code.
Andy Monat [Sun, 4 Mar 2012 17:54:33 +0000 (12:54 -0500)]
Fix #11435. Remove obsolete test code.

12 years agoFix #8545. Plug event handling memory leak in oldIE.
Oleg [Thu, 5 Apr 2012 01:17:01 +0000 (21:17 -0400)]
Fix #8545. Plug event handling memory leak in oldIE.

12 years agoMerge branch '1.8/#11011/Callbacks' into 1.8pre
jaubourg [Tue, 3 Apr 2012 12:19:43 +0000 (14:19 +0200)]
Merge branch '1.8/#11011/Callbacks' into 1.8pre

12 years agoMerge branch '1.8/#11010/Deferred' into 1.8pre
jaubourg [Tue, 3 Apr 2012 12:19:27 +0000 (14:19 +0200)]
Merge branch '1.8/#11010/Deferred' into 1.8pre

12 years agoFor much improved consistency, jqXHR.abort() sets a default statusText of 'canceled...
jaubourg [Mon, 2 Apr 2012 00:04:46 +0000 (02:04 +0200)]
For much improved consistency, jqXHR.abort() sets a default statusText of 'canceled' right until after beforeSend has been called (in which case it reverts to the default of 'abort'): now all early aborts have a statusText of 'canceled'.

12 years ago$.ajax now always returns an object implementing the Promise interface. Fixes #10944...
jaubourg [Sun, 1 Apr 2012 23:54:19 +0000 (01:54 +0200)]
$.ajax now always returns an object implementing the Promise interface. Fixes #10944. Unit tests amended.
For back-compat, in case of an early abort, callbacks passed in the options are not called (while subsequent callbacks attached to the returned Promise are).
For early abort triggered by returning false in beforeSend, statusText is "canceled".

12 years agoMakes Deferred implementation truly Promise/A compliant. Unit tests amended. Actually...
jaubourg [Sun, 1 Apr 2012 23:29:39 +0000 (01:29 +0200)]
Makes Deferred implementation truly Promise/A compliant. Unit tests amended. Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/.

12 years agoAllows traditional options object for $.Callbacks flags. Fixes #11011. Unit tests...
jaubourg [Sun, 1 Apr 2012 23:03:34 +0000 (01:03 +0200)]
Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit tests added.

12 years agoUpdate Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes...
timmywil [Fri, 30 Mar 2012 21:09:46 +0000 (17:09 -0400)]
Update Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes #11153.

12 years agoEnsure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 713/head
Rick Waldron waldron.rick@gmail.com [Fri, 23 Mar 2012 15:31:53 +0000 (11:31 -0400)]
Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoFailing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)
Rick Waldron waldron.rick@gmail.com [Fri, 23 Mar 2012 15:31:05 +0000 (11:31 -0400)]
Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoUpdating the source version to 1.7.3pre
Dave Methvin [Wed, 21 Mar 2012 19:46:59 +0000 (12:46 -0700)]
Updating the source version to 1.7.3pre

12 years agoTagging the 1.7.2 release.
Dave Methvin [Wed, 21 Mar 2012 19:46:34 +0000 (12:46 -0700)]
Tagging the 1.7.2 release.

12 years agoFix #11469. Exclude margins from the negative property check.
louisremi [Wed, 21 Mar 2012 19:04:10 +0000 (20:04 +0100)]
Fix #11469. Exclude margins from the negative property check.

12 years agoUpdate release notes version.
Dave Methvin [Fri, 9 Mar 2012 18:47:59 +0000 (13:47 -0500)]
Update release notes version.

12 years agoUpdating the source version to 1.7.2pre
Dave Methvin [Fri, 9 Mar 2012 18:43:52 +0000 (13:43 -0500)]
Updating the source version to 1.7.2pre

12 years agoTagging the 1.7.2rc1 release. 1.7.2rc1
Dave Methvin [Fri, 9 Mar 2012 18:42:24 +0000 (13:42 -0500)]
Tagging the 1.7.2rc1 release.

12 years agoRevert "No more php/js logic duplication..." on a hunch.
Dave Methvin [Wed, 7 Mar 2012 20:28:00 +0000 (15:28 -0500)]
Revert "No more php/js logic duplication..." on a hunch.

TestSwarm hasn't been happy since this commit, and everyone deserves to be happy.

This reverts commit 318d47b730769f538dbc24800b9ad67ff8e73ea9.

12 years agoMakes sure start is always called with default context and no arguments. Should stop...
jaubourg [Wed, 7 Mar 2012 17:23:46 +0000 (18:23 +0100)]
Makes sure start is always called with default context and no arguments. Should stop FF from acting up. Hopefully, this ugly patch can be removed in the future.

12 years agoPrevents firefox from hanging on the test (could it be that firefox passes the delay...
jaubourg [Wed, 7 Mar 2012 16:55:07 +0000 (17:55 +0100)]
Prevents firefox from hanging on the test (could it be that firefox passes the delay to start?).

12 years agoMakes parseXML act like parseJSON when given an empty or non-string input: now return...
jaubourg [Wed, 7 Mar 2012 16:37:14 +0000 (17:37 +0100)]
Makes parseXML act like parseJSON when given an empty or non-string input: now returns null rather than throwing an exception. Incidently fixes #10527. Unit tests added.

12 years agoFixes #4624... 3 years later, people!
jaubourg [Wed, 7 Mar 2012 16:08:59 +0000 (17:08 +0100)]
Fixes #4624... 3 years later, people!

12 years agoFixes #11264 or rather seriously limits the risk of global ajaxSettings screwing...
jaubourg [Wed, 7 Mar 2012 15:54:05 +0000 (16:54 +0100)]
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.

12 years agoFixes #11426: getting the responseText of an xhr should be tried/caught because of...
jaubourg [Wed, 7 Mar 2012 14:39:39 +0000 (15:39 +0100)]
Fixes #11426: getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.

12 years agoNot testing his code properly makes Julian a silly coder.
jaubourg [Wed, 7 Mar 2012 10:58:18 +0000 (11:58 +0100)]
Not testing his code properly makes Julian a silly coder.

12 years agoNo more php/js logic duplication. Ensures modules are still loaded separately when...
jaubourg [Wed, 7 Mar 2012 08:54:25 +0000 (09:54 +0100)]
No more php/js logic duplication. Ensures modules are still loaded separately when using "file:" protocol (makes debugging much easier, /kiss @rwaldron). Ensures test iframes will use the same jquery as specified in the main document. Known issue: chrome will cringe at cross-frame access using file: protocol, apparently chrome sees this as cross-domain... go figure.

12 years agoFix #11049. Let bubbling submit be cancellable in oldIE.
Dave Methvin [Mon, 5 Mar 2012 02:11:50 +0000 (21:11 -0500)]
Fix #11049. Let bubbling submit be cancellable in oldIE.

12 years agoGuard against exceptions when clearing safeChildNodes.
Rick Waldron waldron.rick@gmail.com [Tue, 6 Mar 2012 15:22:58 +0000 (10:22 -0500)]
Guard against exceptions when clearing safeChildNodes.

Supplements #11356 and fixes unit test failures in FF 3.6.

12 years agoAdd more delay to the "halfway" tests for non-focused cases.
Dave Methvin [Tue, 6 Mar 2012 02:37:43 +0000 (21:37 -0500)]
Add more delay to the "halfway" tests for non-focused cases.

When the browser window isn't visible, setTimeouts have 1-second granularity.

12 years agoDo not set boolean attributes to empty string on removal. Fixes #10870. +0 bytes...
timmywil [Mon, 5 Mar 2012 17:54:44 +0000 (12:54 -0500)]
Do not set boolean attributes to empty string on removal. Fixes #10870. +0 bytes compressed

12 years agoFix frequent Firefox failures -- force longer timeouts.
Dave Methvin [Sat, 3 Mar 2012 02:40:44 +0000 (21:40 -0500)]
Fix frequent Firefox failures -- force longer timeouts.

12 years agoFollowup for #7986 to fix a botched merge.
Mike Sherov [Sat, 3 Mar 2012 00:21:24 +0000 (19:21 -0500)]
Followup for #7986 to fix a botched merge.

Okay, Jenkins, you were right this time.

12 years agoFix #11217. WebKit clone() loses check if name follows checked attribute.
Sindre Sorhus [Thu, 9 Feb 2012 14:45:34 +0000 (15:45 +0100)]
Fix #11217. WebKit clone() loses check if name follows checked attribute.

Please folks, hold your questions. We don't explain em, we just fix em.

12 years agoFix #11316. Find valHooks first by element type, then by nodeName.
Mathias Bynens [Fri, 10 Feb 2012 16:14:13 +0000 (17:14 +0100)]
Fix #11316. Find valHooks first by element type, then by nodeName.

Reverses the previous search order.

12 years agoFix #11323. Consistently use rscriptType in jQuery.clean()
Rick Waldron waldron.rick@gmail.com [Fri, 10 Feb 2012 21:39:28 +0000 (16:39 -0500)]
Fix #11323. Consistently use rscriptType in jQuery.clean()

12 years agoFix #11356. Avoid hoarding elements in DocumentFragments.
Rick Waldron [Fri, 2 Mar 2012 17:03:32 +0000 (12:03 -0500)]
Fix #11356. Avoid hoarding elements in DocumentFragments.

12 years agoFix #3838, $(document).height() incorrect in IE6
Mike Sherov [Sat, 25 Feb 2012 18:13:16 +0000 (13:13 -0500)]
Fix #3838, $(document).height() incorrect in IE6

May still be broken in Netscape Navigator 4.

12 years agoFixes #10828, .attr("coords") returns undefined in IE7
Mike Sherov [Sat, 25 Feb 2012 20:05:15 +0000 (15:05 -0500)]
Fixes #10828, .attr("coords") returns undefined in IE7

12 years agoFix #11415: Stop non-negative prop undershoot on animation.
Dave Methvin [Fri, 2 Mar 2012 03:31:17 +0000 (22:31 -0500)]
Fix #11415: Stop non-negative prop undershoot on animation.

This doesn't fix *all* of them (see the ticket for a supposedly complete list) but these were already handy so it was relatively cheap to fix them. If you need others fixed, add a custom step function as was done here. Thanks @scott_gonzalez!

12 years agoFix #7986. $.support.boxModel shan't be fooled by page-level CSS.
Mike Sherov [Fri, 24 Feb 2012 05:14:15 +0000 (00:14 -0500)]
Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.

12 years agoFix #11337. Properly calculate $.support.reliableMarginRight.
Vladislav Zarakovsky [Mon, 13 Feb 2012 14:52:43 +0000 (17:52 +0300)]
Fix #11337. Properly calculate $.support.reliableMarginRight.

12 years agoFirefox stalls without longer delays.
Dave Methvin [Fri, 24 Feb 2012 04:22:04 +0000 (23:22 -0500)]
Firefox stalls without longer delays.

Not really happy with this, but perhaps Jenkins will be.

12 years agoFix #11359: preserve contents for cloned scripts
Richard Gibson [Fri, 17 Feb 2012 19:17:20 +0000 (14:17 -0500)]
Fix #11359: preserve contents for cloned scripts

12 years agofixes #10693, generalizes the "test something in an iframe" code when a callback...
Mike Sherov [Thu, 23 Feb 2012 20:48:12 +0000 (15:48 -0500)]
fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed

12 years agoFix #11370: .siblings() shouldn't throw exception on a detached element
Richard Gibson [Wed, 22 Feb 2012 05:21:18 +0000 (00:21 -0500)]
Fix #11370: .siblings() shouldn't throw exception on a detached element

12 years agofixes #10901, PHP required for unit tests, but still allow the tests to run
Mike Sherov [Tue, 14 Feb 2012 23:19:32 +0000 (18:19 -0500)]
fixes #10901, PHP required for unit tests, but still allow the tests to run

12 years agoFix #10967: jQuery.fn.promise returns provided object
Richard Gibson [Fri, 9 Dec 2011 17:41:35 +0000 (12:41 -0500)]
Fix #10967: jQuery.fn.promise returns provided object

12 years agoMerge pull request #679 from rwldrn/fix-ws
Dave Methvin [Tue, 14 Feb 2012 02:44:32 +0000 (18:44 -0800)]
Merge pull request #679 from rwldrn/fix-ws

Fix whitespace mismatch introduced in bf7a4df22a

12 years agoFix whitespace mismatch introduced in bf7a4df22a 679/head
Rick Waldron waldron.rick@gmail.com [Fri, 10 Feb 2012 21:17:12 +0000 (16:17 -0500)]
Fix whitespace mismatch introduced in bf7a4df22a

12 years agoEasing: Only use the state to calculate the value. Fixes #11284 - Simplify easings...
Scott González [Mon, 6 Feb 2012 15:02:58 +0000 (10:02 -0500)]
Easing: Only use the state to calculate the value. Fixes #11284 - Simplify easings to only rely on the state.

12 years agoFix #11291. Always clone XML docs with a genuine .cloneNode().
Arne de Bree [Fri, 10 Feb 2012 01:48:21 +0000 (20:48 -0500)]
Fix #11291. Always clone XML docs with a genuine .cloneNode().

12 years agoFix #11309. Recognize hexadecimal in data attributes.
Sindre Sorhus [Fri, 10 Feb 2012 01:25:43 +0000 (20:25 -0500)]
Fix #11309.  Recognize hexadecimal in data attributes.

12 years agoUpdating the source version to 1.7.2pre
Dave Methvin [Wed, 1 Feb 2012 01:11:53 +0000 (20:11 -0500)]
Updating the source version to 1.7.2pre

12 years agoTagging the 1.7.2b1 release. 1.7.2b1
Dave Methvin [Wed, 1 Feb 2012 01:11:27 +0000 (20:11 -0500)]
Tagging the 1.7.2b1 release.

12 years agoUpdate README.md
timmywil [Tue, 31 Jan 2012 21:02:25 +0000 (16:02 -0500)]
Update README.md

12 years agoMerge pull request #663 from presbrey/patch-1
Dave Methvin [Tue, 31 Jan 2012 03:56:41 +0000 (19:56 -0800)]
Merge pull request #663 from presbrey/patch-1

Fix prefilter comment typo.

12 years agoFix #11257. Correct path to source files.
Rick Waldron [Tue, 31 Jan 2012 03:38:37 +0000 (22:38 -0500)]
Fix #11257. Correct path to source files.

12 years agoFixes #10952 by introducing a real fired flag in the Callbacks closure.
jaubourg [Tue, 31 Jan 2012 01:31:22 +0000 (02:31 +0100)]
Fixes #10952 by introducing a real fired flag in the Callbacks closure.

jQuery Size - compared to last make
  250235    (+69) jquery.js
   94225     (+7) jquery.min.js
   33445     (+3) jquery.min.js.gz

12 years agoAdds unit test to exhibit #10952
jaubourg [Tue, 31 Jan 2012 01:23:04 +0000 (02:23 +0100)]
Adds unit test to exhibit #10952

12 years agotoo many undefs.
Mike Sherov [Mon, 23 Jan 2012 17:20:32 +0000 (12:20 -0500)]
too many undefs.

12 years agoFix #10878. Clear oldIE special change/submit flags on a clone.
Dave Methvin [Sat, 28 Jan 2012 21:46:52 +0000 (16:46 -0500)]
Fix #10878. Clear oldIE special change/submit flags on a clone.

12 years agoFix #11076. If .clone() won't delegate, we must remediate.
Dave Methvin [Sat, 28 Jan 2012 19:58:00 +0000 (14:58 -0500)]
Fix #11076. If .clone() won't delegate, we must remediate.

Since `jQuery.event.add` can accept a handleObj there's no need to reiterate them as args, but we *do* need to set the `selector` variable correctly.

12 years agofix prefilter comment typo 663/head
presbrey [Sun, 22 Jan 2012 19:53:50 +0000 (14:53 -0500)]
fix prefilter comment typo

12 years agoAdds test to support Sizzle getText patch for document fragments. Fixes #10864.
Rick Waldron [Fri, 20 Jan 2012 21:47:49 +0000 (16:47 -0500)]
Adds test to support Sizzle getText patch for document fragments. Fixes #10864.

12 years agoUpdate qunit and sizzle
timmywil [Fri, 20 Jan 2012 21:41:14 +0000 (16:41 -0500)]
Update qunit and sizzle

12 years agoAdd unit tests for animation toggling from hide position. Supplements #10848.
timmywil [Fri, 20 Jan 2012 20:57:11 +0000 (15:57 -0500)]
Add unit tests for animation toggling from hide position. Supplements #10848.

12 years agoWhen stopping a show, save showing end state instead of start state to fix animation...
timmywil [Fri, 20 Jan 2012 19:17:02 +0000 (14:17 -0500)]
When stopping a show, save showing end state instead of start state to fix animation toggling issue. Fixes #10848.

12 years agoAdd undef:true to JSHint now that it understands hoisting
Mike Sherov [Fri, 20 Jan 2012 02:47:23 +0000 (21:47 -0500)]
Add undef:true to JSHint now that it understands hoisting
also add smarttabs:true and fix some smarttabs spacing issues