質問編集履歴

2

コード修正

2015/11/30 03:22

投稿

sekayama
sekayama

スコア25

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  ...
42
42
 
43
- $("#form_id").submit
43
+ $("#form_id").submit()
44
44
 
45
45
 
46
46
 

1

コード修正

2015/11/30 03:22

投稿

sekayama
sekayama

スコア25

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- form_for(..., html: {..., ..., target: '_blank'}, url: ..._path) do
19
+ form_for(..., html: {id: 'form_id', ..., ..., target: '_blank'}, url: ..._path) do
20
20
 
21
21
  ...
22
22
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  ...
42
42
 
43
- $("#...").subject
43
+ $("#form_id").submit
44
44
 
45
45
 
46
46