You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.
Fixesgh-2193Closegh-2648
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@ Some example modules that can be excluded are:
81
81
-**ajax/xhr**: The XMLHTTPRequest AJAX transport only.
82
82
-**ajax/script**: The `<script>` AJAX transport only; used to retrieve scripts.
83
83
-**ajax/jsonp**: The JSONP AJAX transport only; depends on the ajax/script transport.
84
-
-**css**: The `.css()` method plus non-animated `.show()`, `.hide()` and `.toggle()`. Also removes **all** modules depending on css (including **effects**, **dimensions**, and **offset**).
84
+
-**css**: The `.css()` method. Also removes **all** modules depending on css (including **effects**, **dimensions**, and **offset**).
85
+
-**css/showHide**: Non-animated `.show()`, `.hide()` and `.toggle()`; can be excluded if you use classes or explicit `.css()` calls to set the `display` property. Also removes the **effects** module.
85
86
-**deprecated**: Methods documented as deprecated but not yet removed.
86
87
-**dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
87
88
-**effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
0 commit comments