質問編集履歴

2

URL更新

2021/06/04 02:11

投稿

arutoi
arutoi

スコア18

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```html
12
12
 
13
- <iframe class="iframe" src="https://hoge.com/foo.php"></iframe>
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://hoge.com/wp/wp-content/themes/themeName/iframe.css" type="text/css" />');
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

微修正

2021/06/04 02:11

投稿

arutoi
arutoi

スコア18

test CHANGED
@@ -1 +1 @@
1
- iframeで読み込んだHTMLファイルのCSS読み込み遅延させるには
1
+ iframeで読み込んだHTMLファイルのCSS読み込み遅延を回避するには
test CHANGED
File without changes