質問編集履歴

2

jsファイルの最下部に、閉じカッコを2箇所追加しました。(忘れていましたので))

2020/06/10 10:16

投稿

cambodia
cambodia

スコア12

test CHANGED
File without changes
test CHANGED
@@ -210,6 +210,14 @@
210
210
 
211
211
  $("#saving_1").text(saving_1);
212
212
 
213
+
214
+
215
+   })
216
+
217
+
218
+
219
+   });
220
+
213
221
  ```
214
222
 
215
223
 

1

phpファイルの記述に、■計算ボタン の記述を追加しました

2020/06/10 10:16

投稿

cambodia
cambodia

スコア12

test CHANGED
File without changes
test CHANGED
@@ -156,6 +156,22 @@
156
156
 
157
157
 
158
158
 
159
+ ■計算ボタン
160
+
161
+
162
+
163
+ //計算ボタンを押すと、jsファイルが走ります
164
+
165
+
166
+
167
+ <div align = "center" class = "col-md-12 mt-5 mb-5">
168
+
169
+ <input type = "button" class="btn btn-info btn-lg col-md-6" id = "calcButton2" value = "Calculate">
170
+
171
+ </div>
172
+
173
+
174
+
159
175
  ```
160
176
 
161
177
  jsファイル