aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects/effects_core.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-341/+0
* Effects: Convert tests to new infrastructureScott González2015-04-091-3/+22
* Effects: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-2/+3
* Effects: RewriteMike Sherov2014-12-101-25/+75
* Test: Update effects_core test, since puff-effect and size-effect now have it...Rafael Xavier de Souza2013-06-221-4/+1
* Effects: Handle the .hide/show/toggle( options ) signatures from core properl...Scott González2013-02-281-0/+18
* Effects: Delegate to core show/hide when the element is already in the correc...Scott González2013-02-261-0/+8
* Effects Core: make removeClass work correctly with changes jQuery 1.9.0. Fixe...David Petersen2013-01-291-0/+11
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-9/+5
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using e...Corey Frang2012-10-211-0/+11
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+1
* Effects tests: Convert step callback to a no-op after first call in animateCl...Scott González2012-06-251-6/+6
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-151-1/+1
* Effects tests: Fixed JSHint references.Scott González2012-06-151-1/+1
* Effects tests: Added TODO for disabled test.Scott González2012-04-301-1/+1
* Effects Tests: Disabling focus based test - need some help here @scottgonzalezCorey Frang2012-04-301-1/+2
* Effects: Updating unit tests to use some more stable logic hopefullyCorey Frang2012-04-301-26/+67
* Tests: Run JSHint.Scott González2012-04-291-1/+7
* Tests: LintScott González2012-04-191-9/+8
* Tests: Change the input in the effects test to a text input. This fixes faili...kborchers2011-11-021-1/+1
* Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-251-59/+77
* Effects tests: Ignore leading/trailing whitespace when comparing style proper...Scott González2011-09-281-2/+2
* Effects: Adding a check to retain focused elements after wrapping and unwrapp...Corey Frang2011-08-021-0/+11
* Unit Tests: Fixing a typo in the new test for hide/show on hidden/shownCorey Frang2011-06-231-1/+1
* Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...Corey Frang2011-06-231-0/+12
* Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the in...Corey Frang2011-06-231-0/+15
* effects.core: Convert elements height/width to px and restore after animation...tomykaira2011-06-091-0/+15
* Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ...gnarf2011-05-181-6/+7
* Unit Tests: Cleaning up some code in effects unit tests, removing magic numbe...gnarf2011-05-161-15/+22
* Unit Tests: adding unit test for #7356gnarf2011-05-121-0/+20
* Unit Tests: effects: adding some animateClass testsgnarf2011-05-121-7/+44
* Added some better queue order testinggnarf2011-05-041-5/+23
* Unit Tests: Adding some basic unit tests for effects.* modulesgnarf2011-05-011-4/+22
* unit tests: updating unit test boilerplate for effectsgnarf2011-03-291-4/+4
* unit tests: adding an empty effects unit test pagegnarf2011-03-291-0/+10