質問編集履歴

3

2020/07/15 06:44

投稿

tach1993
tach1993

スコア1

test CHANGED
File without changes
test CHANGED
@@ -111,29 +111,3 @@
111
111
 
112
112
 
113
113
  宜しくお願いいたします。
114
-
115
-
116
-
117
-
118
-
119
- 追伸:
120
-
121
- 諦めてjQuery組んでみましたが動きません。
122
-
123
- ```
124
-
125
- <script>
126
-
127
- $('[id^=description_]').click(function(){
128
-
129
- var id = $(this).attr("id");
130
-
131
- var num = $(`#${id} select[id$=_sort_no]`).length;
132
-
133
- $(`#${id} select[id$=_sort_no] option[value=${num}]`).attr('selected','selected');
134
-
135
- });
136
-
137
- </script>
138
-
139
- ```

2

追伸

2020/07/15 06:44

投稿

tach1993
tach1993

スコア1

test CHANGED
File without changes
test CHANGED
@@ -111,3 +111,29 @@
111
111
 
112
112
 
113
113
  宜しくお願いいたします。
114
+
115
+
116
+
117
+
118
+
119
+ 追伸:
120
+
121
+ 諦めてjQuery組んでみましたが動きません。
122
+
123
+ ```
124
+
125
+ <script>
126
+
127
+ $('[id^=description_]').click(function(){
128
+
129
+ var id = $(this).attr("id");
130
+
131
+ var num = $(`#${id} select[id$=_sort_no]`).length;
132
+
133
+ $(`#${id} select[id$=_sort_no] option[value=${num}]`).attr('selected','selected');
134
+
135
+ });
136
+
137
+ </script>
138
+
139
+ ```

1

e

2020/07/15 06:41

投稿

tach1993
tach1993

スコア1

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  <%= index %> //ここはきちんとindexが出力される
46
46
 
47
- <%= kamen_rider_member_explain.select :sort_no, (0..20).map{ |sort_no| [sort_no, sort_no]}, selected: index %> # //ここは出力されない
47
+ <%= member_explain.select :sort_no, (0..20).map{ |sort_no| [sort_no, sort_no]}, selected: index %> # //ここは出力されない
48
48
 
49
49
  ```
50
50