質問編集履歴

3

修正

2019/09/03 11:02

投稿

SHIVA
SHIVA

スコア43

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  ```js
50
50
 
51
- $('input[type="reset"]').change(function(){
51
+ $('input[name="reset"]').change(function(){
52
52
 
53
53
  var $propChecked = $(this).prop("checked");
54
54
 

2

修正

2019/09/03 11:02

投稿

SHIVA
SHIVA

スコア43

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  ```js
50
50
 
51
- $('input[reset"]').change(function(){
51
+ $('input[type="reset"]').change(function(){
52
52
 
53
53
  var $propChecked = $(this).prop("checked");
54
54
 

1

修正

2019/09/03 10:53

投稿

SHIVA
SHIVA

スコア43

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  以下の状況(コードで)submitすると,
8
8
 
9
-  https://hogehoge.com?reset=on
9
+  https://hogehoge.com?reset=on //inputをonにした場合
10
10
 
11
11
  となります。
12
12