回答編集履歴

2

テストコードが残っていた

2019/12/11 14:10

投稿

tiechel
tiechel

スコア43

test CHANGED
@@ -29,8 +29,6 @@
29
29
  }).done(function(data) {
30
30
 
31
31
  const obj = Json.parse(data)
32
-
33
- const obj = data
34
32
 
35
33
  const input_mintime = $('#mintime').val()
36
34
 

1

途中送信してしまい編集中だった部分を修正。

2019/12/11 14:10

投稿

tiechel
tiechel

スコア43

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  // 予約確定時
8
8
 
9
- $('form#reservationForm-form').on('click', function(e) {
9
+ $('form#reservationForm').on('submit', function(e) {
10
10
 
11
11
  e.preventDefault()
12
12