質問するログイン新規登録

回答編集履歴

1

無駄な部分を編集

2018/02/04 16:29

投稿

namnium1125
namnium1125

スコア2045

answer CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  ```js
4
4
  $(function(){
5
- var header=$("header");
5
+ var header=$("header"),
6
- var footer=$("footer");
6
+ footer=$("footer"),
7
- var menu_content=$("#menu");
7
+ menu_content=$("#menu"),
8
- var L1 = header.load("http://noanoa913.com/financial/header.html");
8
+ L1 = header.load("http://noanoa913.com/financial/header.html"),
9
- var L2 = footer.load("http://noanoa913.com/financial/footer.html");
9
+ L2 = footer.load("http://noanoa913.com/financial/footer.html"),
10
- var L3 = menu_content.load("http://noanoa913.com/financial/menu.html");
10
+ L3 = menu_content.load("http://noanoa913.com/financial/menu.html");
11
11
 
12
12
  $.when(L1,L2,L3)
13
13
  .done(function(){