質問編集履歴

2

タグ

2021/02/03 05:04

投稿

momokoko
momokoko

スコア38

test CHANGED
File without changes
test CHANGED
File without changes

1

追記

2021/02/03 05:04

投稿

momokoko
momokoko

スコア38

test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,45 @@
73
73
 
74
74
 
75
75
  ```
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+ ```ここに言語を入力
84
+
85
+ </main>
86
+
87
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
88
+
89
+ <script>
90
+
91
+ $(function(){
92
+
93
+ $('.radio-inline__input').on('change',function(){
94
+
95
+ $('.radio-inline__input:not(:checked)').prop('disabled',$('.radio-inline__input:checked').length>=2);
96
+
97
+ });
98
+
99
+ });
100
+
101
+ $(function(){
102
+
103
+ //送信ボタンクリック時hedden項目のformをサブミットする
104
+
105
+ $('.submit').on('click', function(e){
106
+
107
+ $('#mG61Hd').submit();
108
+
109
+ });
110
+
111
+ </script>
112
+
113
+ </body>
114
+
115
+ </html>
116
+
117
+ ```