質問編集履歴
2
URL更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
```html
|
12
12
|
|
13
|
-
<iframe class="iframe" src="https://
|
13
|
+
<iframe class="iframe" src="https://example.com/foo.php"></iframe>
|
14
14
|
|
15
15
|
<script>
|
16
16
|
|
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
$('.iframe').on('load', function() {
|
20
20
|
|
21
|
-
$('.iframe').contents().find('head').append('<link rel="stylesheet" href="https://
|
21
|
+
$('.iframe').contents().find('head').append('<link rel="stylesheet" href="https://example.com/wp/wp-content/themes/themeName/iframe.css" type="text/css" />');
|
22
22
|
|
23
23
|
});
|
24
24
|
|
1
微修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
iframeで読み込んだHTMLファイルのCSS読み込み
|
1
|
+
iframeで読み込んだHTMLファイルのCSS読み込み遅延を回避するには
|
test
CHANGED
File without changes
|