回答編集履歴

1

コードの整形とコメントの追加

2015/11/27 21:23

投稿

blackonyx
blackonyx

スコア354

test CHANGED
@@ -20,7 +20,9 @@
20
20
 
21
21
  src="https://code.jquery.com/jquery-1.11.3.js"></script>
22
22
 
23
+ <script type="text/javascript"
24
+
23
- <script type="text/javascript" src="http://cly7796.net/wp/sample/ajax-get-csv/jquery.csv.js"></script>
25
+ src="http://cly7796.net/wp/sample/ajax-get-csv/jquery.csv.js"></script>
24
26
 
25
27
  <script type="text/javascript">
26
28
 
@@ -60,9 +62,11 @@
60
62
 
61
63
  } else {
62
64
 
63
- target = '#drama'
65
+ target = '#drama';
64
66
 
65
67
  }
68
+
69
+ // targetへ追加
66
70
 
67
71
  $(target).append(insert);
68
72