回答編集履歴
1
typo
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
console.log(window.getComputedStyle($trigger).getPropertyValue('display'));
|
6
6
|
|
7
|
-
onsole.log(window.getComputedStyle($content).getPropertyValue('display'));
|
7
|
+
console.log(window.getComputedStyle($content).getPropertyValue('display'));
|
8
8
|
|
9
9
|
```
|