質問編集履歴

6

不要な属性値とスペース削除

2020/05/31 06:45

投稿

up24
up24

スコア41

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- <form action="">
31
+ <form>
32
32
 
33
33
  <fieldset>
34
34
 
@@ -50,9 +50,7 @@
50
50
 
51
51
  <label>
52
52
 
53
- <input type="radio" name="admin_select" id="follower_select"
53
+ <input type="radio" name="admin_select" id="follower_select" value="admin_master" checked="checked">
54
-
55
- value="admin_master" checked="checked">
56
54
 
57
55
  <span>ジャンル1</span>
58
56
 
@@ -68,9 +66,7 @@
68
66
 
69
67
  <label>
70
68
 
71
- <input type="radio" name="admin_select" id="admin_select"
69
+ <input type="radio" name="admin_select" id="admin_select" value="admin_follower">
72
-
73
- value="admin_follower">
74
70
 
75
71
  <span>ジャンル2</span>
76
72
 
@@ -102,9 +98,7 @@
102
98
 
103
99
  <label>
104
100
 
105
- <input type="radio" name="sub_follower_flag" id="follower_select_individual"
101
+ <input type="radio" name="sub_follower_flag" id="follower_select_individual" value="individual" checked="checked">
106
-
107
- value="individual" checked="checked">
108
102
 
109
103
  <span>Bad</span>
110
104
 
@@ -150,8 +144,6 @@
150
144
 
151
145
  </div>
152
146
 
153
-
154
-
155
147
  </td>
156
148
 
157
149
  </tr>

5

不要なスペース削除

2020/05/31 06:44

投稿

up24
up24

スコア41

test CHANGED
File without changes
test CHANGED
@@ -36,16 +36,10 @@
36
36
 
37
37
  <table>
38
38
 
39
-
40
-
41
-
42
-
43
39
  <tbody>
44
40
 
45
41
  <tr>
46
42
 
47
-
48
-
49
43
  <td>
50
44
 
51
45
  <ul>
@@ -92,16 +86,8 @@
92
86
 
93
87
  </tr>
94
88
 
95
-
96
-
97
-
98
-
99
-
100
-
101
89
  <tr>
102
90
 
103
-
104
-
105
91
  <td>
106
92
 
107
93
  <div class="js-check-all-follower text-left form-radio--nolabel">
@@ -124,64 +110,52 @@
124
110
 
125
111
  </label>
126
112
 
127
-
113
+ </div>
114
+
115
+
116
+
128
-
117
+ <div class="input-form__select-wrapper js-select-follower" style="">
118
+
129
-
119
+ <div>
120
+
130
-
121
+ <select name="sub_follower_ids[]" style="color: rgb(0, 0, 0);">
122
+
131
-
123
+ <option value="" selected>理由</option>
124
+
125
+ <option value="a">()</option>
126
+
127
+ <option value="b">候補A
128
+
129
+ </option>
130
+
131
+ <option value="c">候補B </option>
132
+
133
+ <option value="d">候補C </option>
134
+
135
+
136
+
137
+ <option value="e">候補D</option>
138
+
139
+ <option value="f">候補E
140
+
141
+ </option>
142
+
143
+ </select> </div>
144
+
145
+ <div class="button--detail js-delete-follower" style="display: none;">
146
+
147
+ <button type="button">消す</button>
148
+
149
+ </div>
132
150
 
133
151
  </div>
134
152
 
135
153
 
136
154
 
137
- <div class="input-form__select-wrapper js-select-follower" style="">
138
-
139
- <div>
140
-
141
- <select name="sub_follower_ids[]" style="color: rgb(0, 0, 0);">
142
-
143
- <option value="" selected>理由</option>
144
-
145
- <option value="a">()</option>
146
-
147
- <option value="b">候補A
148
-
149
- </option>
150
-
151
- <option value="c">候補B </option>
152
-
153
- <option value="d">候補C </option>
154
-
155
-
156
-
157
- <option value="e">候補D</option>
158
-
159
- <option value="f">候補E
160
-
161
- </option>
162
-
163
- </select> </div>
164
-
165
- <div class="button--detail js-delete-follower" style="display: none;">
166
-
167
- <button type="button">消す</button>
168
-
169
- </div>
170
-
171
- </div>
172
-
173
-
174
-
175
155
  </td>
176
156
 
177
157
  </tr>
178
158
 
179
-
180
-
181
-
182
-
183
-
184
-
185
159
  </tbody>
186
160
 
187
161
  </table>

4

不要なクラスを削除

2020/05/31 06:43

投稿

up24
up24

スコア41

test CHANGED
File without changes
test CHANGED
@@ -22,141 +22,177 @@
22
22
 
23
23
  ```HTML
24
24
 
25
+
26
+
27
+
28
+
29
+
30
+
25
- <form class="input-form" action="">
31
+ <form action="">
26
-
32
+
27
- <fieldset>
33
+ <fieldset>
34
+
28
-
35
+ <div>
36
+
29
- <div class="table-responsive mb-3 mb-md-4">
37
+ <table>
30
-
31
- <table class="table table--02 text-nowrap">
38
+
32
-
39
+
40
+
41
+
42
+
33
- <tbody>
43
+ <tbody>
34
-
44
+
35
- <tr>
45
+ <tr>
46
+
47
+
48
+
36
-
49
+ <td>
50
+
51
+ <ul>
52
+
53
+ <li>
54
+
55
+ <div>
56
+
37
- <td class="text text-left">
57
+ <label>
38
-
39
- <ul class="d-flex justify-content-start align-items-center">
58
+
40
-
41
- <li class="list-style-none d-flex justify-content-start align-items-center mb-2 mr-5">
42
-
43
- <div class="form-group form-radio--nolabel text-center text--btn--radio">
44
-
45
- <label class="d-flex align-items-center">
46
-
47
- <input type="radio" name="admin_select" id="follower_select"
59
+ <input type="radio" name="admin_select" id="follower_select"
48
-
60
+
49
- value="admin_master" checked="checked">
61
+ value="admin_master" checked="checked">
62
+
50
-
63
+ <span>ジャンル1</span>
64
+
65
+ </label>
66
+
67
+ </div>
68
+
69
+ </li>
70
+
71
+ <li>
72
+
73
+ <div>
74
+
75
+ <label>
76
+
77
+ <input type="radio" name="admin_select" id="admin_select"
78
+
79
+ value="admin_follower">
80
+
81
+ <span>ジャンル2</span>
82
+
83
+ </label>
84
+
85
+ </div>
86
+
87
+ </li>
88
+
89
+ </ul>
90
+
91
+ </td>
92
+
93
+ </tr>
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <tr>
102
+
103
+
104
+
105
+ <td>
106
+
51
- <span class="p-0 d-flex align-items-center">ジャンル1</span>
107
+ <div class="js-check-all-follower text-left form-radio--nolabel">
108
+
109
+ <label>
110
+
111
+ <input type="radio" name="sub_follower_flag" id="follower_select_all" value="all">
112
+
113
+ <span>Good!</span>
52
114
 
53
115
  </label>
54
116
 
117
+ <label>
118
+
119
+ <input type="radio" name="sub_follower_flag" id="follower_select_individual"
120
+
121
+ value="individual" checked="checked">
122
+
123
+ <span>Bad</span>
124
+
125
+ </label>
126
+
127
+
128
+
129
+
130
+
131
+
132
+
55
133
  </div>
56
134
 
135
+
136
+
137
+ <div class="input-form__select-wrapper js-select-follower" style="">
138
+
139
+ <div>
140
+
141
+ <select name="sub_follower_ids[]" style="color: rgb(0, 0, 0);">
142
+
143
+ <option value="" selected>理由</option>
144
+
145
+ <option value="a">()</option>
146
+
147
+ <option value="b">候補A
148
+
149
+ </option>
150
+
151
+ <option value="c">候補B </option>
152
+
153
+ <option value="d">候補C </option>
154
+
155
+
156
+
157
+ <option value="e">候補D</option>
158
+
159
+ <option value="f">候補E
160
+
161
+ </option>
162
+
163
+ </select> </div>
164
+
165
+ <div class="button--detail js-delete-follower" style="display: none;">
166
+
167
+ <button type="button">消す</button>
168
+
57
- </li>
169
+ </div>
58
-
59
- <li class="list-style-none d-flex justify-content-start align-items-center mb-2 mr-5">
60
-
61
- <div class="form-group form-radio--nolabel text-center text--btn--radio">
62
-
63
- <label>
64
-
65
- <input type="radio" name="admin_select" id="admin_select"
66
-
67
- value="admin_follower">
68
-
69
- <span class="p-0 d-flex align-items-center">ジャンル2</span>
70
-
71
- </label>
72
170
 
73
171
  </div>
74
172
 
75
- </li>
173
+
76
-
77
- </ul>
174
+
78
-
79
- </td>
175
+ </td>
80
-
176
+
81
- </tr>
177
+ </tr>
82
-
178
+
179
+
180
+
181
+
182
+
183
+
184
+
83
- <tr id="group_row">
185
+ </tbody>
84
-
85
- <td class="text h-100">
186
+
86
-
87
- <div class="form-group mb-2 mt-2 js-check-all-follower text-left form-radio--nolabel">
88
-
89
- <label class="d-flex align-items-center mb-4">
90
-
91
- <input type="radio" name="sub_follower_flag" id="follower_select_all" value="all">
92
-
93
- <span class="d-flex align-items-center pl-4">Good!</span>
94
-
95
- </label>
187
+ </table>
96
-
97
- <label class="d-flex align-items-center pb-2">
188
+
98
-
99
- <input type="radio" name="sub_follower_flag" id="follower_select_individual"
100
-
101
- value="individual" checked="checked">
102
-
103
- <span class="d-flex align-items-center pl-4">Bad</span>
104
-
105
- </label>
106
-
107
- </div>
189
+ </div>
108
-
109
- <div class="input-form__select-wrapper js-select-follower" style="">
190
+
110
-
111
- <div class="input-form__select mb-2">
112
-
113
- <select name="sub_follower_ids[]" style="color: rgb(0, 0, 0);">
114
-
115
- <option value="" selected>理由</option>
116
-
117
- <option value="a">()</option>
118
-
119
- <option value="b">候補A
120
-
121
- </option>
122
-
123
- <option value="c">候補B </option>
124
-
125
- <option value="d">候補C </option>
126
-
127
-
128
-
129
- <option value="e">候補D</option>
130
-
131
- <option value="f">候補E
132
-
133
- </option>
134
-
135
- </select> </div>
136
-
137
- <div class="button--detail js-delete-follower" style="display: none;">
138
-
139
- <button type="button">消す</button>
140
-
141
- </div>
142
-
143
- </div>
144
-
145
-
146
-
147
- </td>
148
-
149
- </tr>
150
-
151
- </tbody>
152
-
153
- </table>
154
-
155
- </div>
156
-
157
- </fieldset>
191
+ </fieldset>
158
-
192
+
159
- </form>
193
+ </form>
194
+
195
+
160
196
 
161
197
 
162
198
 

3

文章編集

2020/05/31 06:41

投稿

up24
up24

スコア41

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ジャンル2のラジオボタンをチェックした場合のみ
6
6
 
7
- プルダウンで選択はできるが、プルダウンと消すボタンを新たに作らないようにしたいです。
7
+ プルダウンで選択、プルダウンと消すボタンを新たに作らないようにしたいです。
8
8
 
9
9
 
10
10
 

2

タイトルを具体的に

2020/05/31 06:37

投稿

up24
up24

スコア41

test CHANGED
@@ -1 +1 @@
1
- イベトのキャンセル
1
+ プルダウを複製させないようにするには
test CHANGED
File without changes

1

プルダウンと消すボタンを新たに作らないように を追加

2020/05/31 06:36

投稿

up24
up24

スコア41

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ジャンル2のラジオボタンをチェックした場合のみ
6
6
 
7
- プルダウンで選択してもプルダウンと消すボタンを作らないようにしたいです。
7
+ プルダウンで選択はできるが、プルダウンと消すボタンを新たに作らないようにしたいです。
8
8
 
9
9
 
10
10