回答編集履歴
1
無駄な部分を編集
answer
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
```js
|
4
4
|
$(function(){
|
5
|
-
var header=$("header")
|
5
|
+
var header=$("header"),
|
6
|
-
|
6
|
+
footer=$("footer"),
|
7
|
-
|
7
|
+
menu_content=$("#menu"),
|
8
|
-
|
8
|
+
L1 = header.load("http://noanoa913.com/financial/header.html"),
|
9
|
-
|
9
|
+
L2 = footer.load("http://noanoa913.com/financial/footer.html"),
|
10
|
-
|
10
|
+
L3 = menu_content.load("http://noanoa913.com/financial/menu.html");
|
11
11
|
|
12
12
|
$.when(L1,L2,L3)
|
13
13
|
.done(function(){
|