]> source.dussan.org Git - jquery.git/commit
CSS: Make show/hide/toggle methods a module
authorDave Methvin <dave.methvin@gmail.com>
Fri, 9 Oct 2015 19:52:29 +0000 (15:52 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Sun, 18 Oct 2015 16:30:00 +0000 (12:30 -0400)
commit67d7a2eefee768b59eb3d51cb1fb2c671873e58a
tree50f099cedd0c00039f80209e8aaa1e13ccc5ae14
parente271f665dd8fb617a5015051e1c9df8cebd6c97b
CSS: Make show/hide/toggle methods a module

Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.

Fixes gh-2193
Close gh-2648
Gruntfile.js
README.md
src/css.js
src/css/showHide.js
test/unit/basic.js
test/unit/css.js
test/unit/dimensions.js
test/unit/queue.js