回答編集履歴

1

ソースの誤記修正

2017/01/08 11:49

投稿

退会済みユーザー
test CHANGED
@@ -4,8 +4,12 @@
4
4
 
5
5
  <script type="text/javascript">
6
6
 
7
- jQuery('p:empty').remove();
7
+ jQuery(function() {
8
8
 
9
+ jQuery('p:empty').remove();
10
+
11
+ });
12
+
9
- </script>
13
+ </script>
10
14
 
11
15
  ```