- Notifications
You must be signed in to change notification settings - Fork20.6k
Commit297d18d
authored
CSS: Include
The `show()`, `hide()` & `toggle()` methods were included in the 3.x jQueryslim build. The jQuery master build accidentally started to exclude them asthey were only imported in the effects module and the new Rollup-based buildsystem follows the module dependency graph when excluding modules.To resolve the issue, import the `css/showHide.js` file directly in the main`jquery.js` file.Closesgh-4704Refjquery/jquery-migrate#346show
,hide
&toggle
methods in the jQuery slim build1 parent3d62d57 commit297d18d
2 files changed
+1
-5
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 | 490 |
| |
494 | 491 |
| |
495 | 492 |
| |
| |||
968 | 965 |
| |
969 | 966 |
| |
970 | 967 |
| |
971 |
| - | |
972 |
| - | |
973 | 968 |
| |
974 | 969 |
| |
975 | 970 |
| |
|
0 commit comments
Comments
(0)