Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patche…
…d live! omg
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -259,6 +259,9 @@ <h2 id="qunit-userAgent"></h2> | ||
|
||
<div id="slidetogglein" class='chain test'>slideToggleIn<div>slideToggleIn</div></div> | ||
<div id="slidetoggleout" class='chain test out'>slideToggleOut<div>slideToggleOut</div></div> | ||
|
||
<div id="fadetogglein" class='chain test'>fadeToggleIn<div>fadeToggleIn</div></div> | ||
<div id="fadetoggleout" class='chain test out'>fadeToggleOut<div>fadeToggleOut</div></div> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
paulirish
Author
Member
|
||
|
||
<div id="fadeto" class='chain test'>fadeTo<div>fadeTo</div></div> | ||
</div> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A change to the test-suite which isn't side-effect free. This now breaks the attribute unit-tests
addClass(Function) with incoming value
andremoveClass(Function) with incoming value
which depend on the number ofdivs
present intest/index.html
so theexpect()
statements need to be incremented from41
to45
on both tests