質問編集履歴

4

htmlとjqueryの変更

2020/03/26 06:04

投稿

nagano0141cafe
nagano0141cafe

スコア39

test CHANGED
File without changes
test CHANGED
@@ -28,165 +28,167 @@
28
28
 
29
29
  ```html
30
30
 
31
- <ul id="js-recruit__employee__face" class="recruit__employee__face flex">
32
-
33
- <li class="recruit__employee__face__contents">
34
-
35
- <div class="recruit__employee__face__contents__round face-bg">
36
-
37
- <img src="../common/img/sp/recruit/pic_hero01.png">
38
-
39
- </div>
40
-
41
- <div class="recruit__employee__face__contents__comment">
42
-
43
- <div class="recruit__employee__face__contents__comment__prefix">
44
-
45
- <p>ツチヤ自動車は</p>
46
-
47
- </div>
48
-
49
- <p class="recruit__employee__face__contents__comment__detail">お客様に頼られる!</p>
50
-
51
- </div>
52
-
53
- </li>
54
-
55
- <li class="recruit__employee__face__contents">
56
-
57
- <div class="recruit__employee__face__contents__round face-bg">
58
-
59
- <img src="../common/img/sp/recruit/pic_hero02.png">
60
-
61
- </div>
62
-
63
- <div class="recruit__employee__face__contents__comment">
64
-
65
- <div class="recruit__employee__face__contents__comment__prefix">
66
-
67
- <p>ツチヤ自動車は</p>
68
-
69
- </div>
70
-
71
- <p class="recruit__employee__face__contents__comment__detail">失敗から学べる</p>
72
-
73
- </div>
74
-
75
- </li>
76
-
77
- <li class="recruit__employee__face__contents">
78
-
79
- <div class="recruit__employee__face__contents__round face-bg">
80
-
81
- <img src="../common/img/sp/recruit/pic_hero03.png">
82
-
83
- </div>
84
-
85
- <div class="recruit__employee__face__contents__comment">
86
-
87
- <div class="recruit__employee__face__contents__comment__prefix">
88
-
89
- <p>ツチヤ自動車は</p>
90
-
91
- </div>
92
-
93
- <p class="recruit__employee__face__contents__comment__detail">頼れる先輩がいる!</p>
94
-
95
- </div>
96
-
97
- </li>
98
-
99
- <li class="recruit__employee__face__contents">
100
-
101
- <div class="recruit__employee__face__contents__round face-bg">
102
-
103
- <img src="../common/img/sp/recruit/pic_hero05.png">
104
-
105
- </div>
106
-
107
- <div class="recruit__employee__face__contents__comment">
108
-
109
- <div class="recruit__employee__face__contents__comment__prefix">
110
-
111
- <p>ツチヤ自動車は</p>
112
-
113
- </div>
114
-
115
- <p class="recruit__employee__face__contents__comment__detail">職場が明るい</p>
116
-
117
- </div>
118
-
119
- </li>
120
-
121
- <li class="recruit__employee__face__contents">
122
-
123
- <div class="recruit__employee__face__contents__round face-bg">
124
-
125
- <img src="../common/img/sp/recruit/pic_hero07.png">
126
-
127
- </div>
128
-
129
- <div class="recruit__employee__face__contents__comment">
130
-
131
- <div class="recruit__employee__face__contents__comment__prefix">
132
-
133
- <p>ツチヤ自動車は</p>
134
-
135
- </div>
136
-
137
- <p class="recruit__employee__face__contents__comment__detail">研修制度が充実!</p>
138
-
139
- </div>
140
-
141
- </li>
142
-
143
- <li class="recruit__employee__face__contents">
144
-
145
- <div class="recruit__employee__face__contents__round face-bg">
146
-
147
- <img src="../common/img/sp/recruit/pic_hero08.png">
148
-
149
- </div>
150
-
151
- <div class="recruit__employee__face__contents__comment">
152
-
153
- <div class="recruit__employee__face__contents__comment__prefix">
154
-
155
- <p>ツチヤ自動車は</p>
156
-
157
- </div>
158
-
159
- <p class="recruit__employee__face__contents__comment__detail">世話好きの人が多い</p>
160
-
161
- </div>
162
-
163
- </li>
164
-
165
- <li class="recruit__employee__face__contents">
166
-
167
- <div class="recruit__employee__face__contents__round face-bg">
168
-
169
- <img src="../common/img/sp/recruit/pic_hero09.png">
170
-
171
- </div>
172
-
173
- <div class="recruit__employee__face__contents__comment">
174
-
175
- <div class="recruit__employee__face__contents__comment__prefix">
176
-
177
- <p>ツチヤ自動車は</p>
178
-
179
- </div>
180
-
181
- <p class="recruit__employee__face__contents__comment__detail">チームワークがいい</p>
182
-
183
- </div>
184
-
185
- </li>
186
-
187
- </ul>
188
-
189
-
31
+ <div class="recruit__employee">
32
+
33
+ <ul id="js-recruit__employee__face" class="recruit__employee__face flex">
34
+
35
+ <li class="recruit__employee__face__contents">
36
+
37
+ <div class="recruit__employee__face__contents__round face-bg">
38
+
39
+ <img src="../common/img/sp/recruit/pic_hero01.png">
40
+
41
+ </div>
42
+
43
+ <div class="recruit__employee__face__contents__comment">
44
+
45
+ <div class="recruit__employee__face__contents__comment__prefix">
46
+
47
+ <p>ツチヤ自動車は</p>
48
+
49
+ </div>
50
+
51
+ <p class="recruit__employee__face__contents__comment__detail">お客様に頼られる!</p>
52
+
53
+ </div>
54
+
55
+ </li>
56
+
57
+ <li class="recruit__employee__face__contents">
58
+
59
+ <div class="recruit__employee__face__contents__round face-bg">
60
+
61
+ <img src="../common/img/sp/recruit/pic_hero02.png">
62
+
63
+ </div>
64
+
65
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
66
+
67
+ <div class="recruit__employee__face__contents__comment__prefix">
68
+
69
+ <p>ツチヤ自動車は</p>
70
+
71
+ </div>
72
+
73
+ <p class="recruit__employee__face__contents__comment__detail">失敗から学べる</p>
74
+
75
+ </div>
76
+
77
+ </li>
78
+
79
+ <li class="recruit__employee__face__contents">
80
+
81
+ <div class="recruit__employee__face__contents__round face-bg">
82
+
83
+ <img src="../common/img/sp/recruit/pic_hero03.png">
84
+
85
+ </div>
86
+
87
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
88
+
89
+ <div class="recruit__employee__face__contents__comment__prefix">
90
+
91
+ <p>ツチヤ自動車は</p>
92
+
93
+ </div>
94
+
95
+ <p class="recruit__employee__face__contents__comment__detail">頼れる先輩がいる!</p>
96
+
97
+ </div>
98
+
99
+ </li>
100
+
101
+ <li class="recruit__employee__face__contents">
102
+
103
+ <div class="recruit__employee__face__contents__round face-bg">
104
+
105
+ <img src="../common/img/sp/recruit/pic_hero05.png">
106
+
107
+ </div>
108
+
109
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
110
+
111
+ <div class="recruit__employee__face__contents__comment__prefix">
112
+
113
+ <p>ツチヤ自動車は</p>
114
+
115
+ </div>
116
+
117
+ <p class="recruit__employee__face__contents__comment__detail">職場が明るい</p>
118
+
119
+ </div>
120
+
121
+ </li>
122
+
123
+ <li class="recruit__employee__face__contents">
124
+
125
+ <div class="recruit__employee__face__contents__round face-bg">
126
+
127
+ <img src="../common/img/sp/recruit/pic_hero07.png">
128
+
129
+ </div>
130
+
131
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
132
+
133
+ <div class="recruit__employee__face__contents__comment__prefix">
134
+
135
+ <p>ツチヤ自動車は</p>
136
+
137
+ </div>
138
+
139
+ <p class="recruit__employee__face__contents__comment__detail">研修制度が充実!</p>
140
+
141
+ </div>
142
+
143
+ </li>
144
+
145
+ <li class="recruit__employee__face__contents">
146
+
147
+ <div class="recruit__employee__face__contents__round face-bg">
148
+
149
+ <img src="../common/img/sp/recruit/pic_hero08.png">
150
+
151
+ </div>
152
+
153
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
154
+
155
+ <div class="recruit__employee__face__contents__comment__prefix">
156
+
157
+ <p>ツチヤ自動車は</p>
158
+
159
+ </div>
160
+
161
+ <p class="recruit__employee__face__contents__comment__detail">世話好きの人が多い</p>
162
+
163
+ </div>
164
+
165
+ </li>
166
+
167
+ <li class="recruit__employee__face__contents">
168
+
169
+ <div class="recruit__employee__face__contents__round face-bg">
170
+
171
+ <img src="../common/img/sp/recruit/pic_hero09.png">
172
+
173
+ </div>
174
+
175
+ <div id="js-recruit__employee__face__contents__comment" class="recruit__employee__face__contents__comment">
176
+
177
+ <div class="recruit__employee__face__contents__comment__prefix">
178
+
179
+ <p>ツチヤ自動車は</p>
180
+
181
+ </div>
182
+
183
+ <p class="recruit__employee__face__contents__comment__detail">チームワークがいい</p>
184
+
185
+ </div>
186
+
187
+ </li>
188
+
189
+ </ul>
190
+
191
+ </div>
190
192
 
191
193
  ```
192
194
 
@@ -196,6 +198,16 @@
196
198
 
197
199
  $(function(){
198
200
 
201
+
202
+
203
+ $('document').ready(function(){
204
+
205
+ $('#js-recruit__employee__face__contents__comment').hide();
206
+
207
+ })
208
+
209
+
210
+
199
211
  $('#js-recruit__employee__face').slick({
200
212
 
201
213
  arrows: false,
@@ -218,24 +230,16 @@
218
230
 
219
231
  });
220
232
 
233
+
234
+
235
+ $('#js-recruit__employee__face__contents').on('afterChange', function(event, slick, currentSlide){
236
+
237
+ $('#js-recruit__employee__face__contents__comment').show();
238
+
239
+ });
240
+
241
+
242
+
221
243
  });
222
244
 
223
245
  ```
224
-
225
-
226
-
227
- ```jqueryupdate
228
-
229
- $(function(){
230
-
231
- $('#js-info_service__top__contents__detail__img__au').on('afterChange', function(){
232
-
233
- $('#js-info_service__top__contents__detail__img__au').show();
234
-
235
- console.log("hogehoge");
236
-
237
- });
238
-
239
- });
240
-
241
- ```

3

ソースのタイトルが適用されていなかった

2020/03/26 06:04

投稿

nagano0141cafe
nagano0141cafe

スコア39

test CHANGED
File without changes
test CHANGED
@@ -224,7 +224,7 @@
224
224
 
225
225
 
226
226
 
227
- ```jquery(更新後)
227
+ ```jqueryupdate
228
228
 
229
229
  $(function(){
230
230
 

2

jqueryの更新

2020/03/25 15:39

投稿

nagano0141cafe
nagano0141cafe

スコア39

test CHANGED
File without changes
test CHANGED
@@ -221,3 +221,21 @@
221
221
  });
222
222
 
223
223
  ```
224
+
225
+
226
+
227
+ ```jquery(更新後)
228
+
229
+ $(function(){
230
+
231
+ $('#js-info_service__top__contents__detail__img__au').on('afterChange', function(){
232
+
233
+ $('#js-info_service__top__contents__detail__img__au').show();
234
+
235
+ console.log("hogehoge");
236
+
237
+ });
238
+
239
+ });
240
+
241
+ ```

1

htmlを吹き出しをすべて記載したものに変更しました。

2020/03/25 15:38

投稿

nagano0141cafe
nagano0141cafe

スコア39

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 質問失礼します。
5
+ 勉強中にわからなくなったことがあるので、質問失礼します。
6
6
 
7
7
  無限ループしている、かつ要素が一定時間停止するアニメーションに対して、
8
8
 
@@ -28,95 +28,163 @@
28
28
 
29
29
  ```html
30
30
 
31
- <div class="recruit__employee">
32
-
33
- <ul id="js-recruit__employee__face" class="recruit__employee__face flex">
34
-
35
- <li class="recruit__employee__face__contents">
36
-
37
- <div class="recruit__employee__face__contents__round face-bg">
38
-
39
- <img src="../common/img/sp/recruit/pic_hero01.png">
40
-
41
- </div>
42
-
43
- </li>
44
-
45
- <li class="recruit__employee__face__contents">
46
-
47
- <div class="recruit__employee__face__contents__round face-bg">
48
-
49
- <img src="../common/img/sp/recruit/pic_hero02.png">
50
-
51
- </div>
52
-
53
- </li>
54
-
55
- <li class="recruit__employee__face__contents">
56
-
57
- <div class="recruit__employee__face__contents__round face-bg">
58
-
59
- <img src="../common/img/sp/recruit/pic_hero03.png">
60
-
61
- </div>
62
-
63
- <div class="recruit__employee__face__contents__comment">
64
-
65
- <div class="recruit__employee__face__contents__comment__prefix">
66
-
67
- <p>ツチヤ自動車は</p>
68
-
69
- </div>
70
-
71
- <p class="recruit__employee__face__contents__comment__detail">頼れ先輩がいる!</p>
72
-
73
- </div>
74
-
75
- </li>
76
-
77
- <li class="recruit__employee__face__contents">
78
-
79
- <div class="recruit__employee__face__contents__round face-bg">
80
-
81
- <img src="../common/img/sp/recruit/pic_hero05.png">
82
-
83
- </div>
84
-
85
- </li>
86
-
87
- <li class="recruit__employee__face__contents">
88
-
89
- <div class="recruit__employee__face__contents__round face-bg">
90
-
91
- <img src="../common/img/sp/recruit/pic_hero07.png">
92
-
93
- </div>
94
-
95
- </li>
96
-
97
- <li class="recruit__employee__face__contents">
98
-
99
- <div class="recruit__employee__face__contents__round face-bg">
100
-
101
- <img src="../common/img/sp/recruit/pic_hero08.png">
102
-
103
- </div>
104
-
105
- </li>
106
-
107
- <li class="recruit__employee__face__contents">
108
-
109
- <div class="recruit__employee__face__contents__round face-bg">
110
-
111
- <img src="../common/img/sp/recruit/pic_hero09.png">
112
-
113
- </div>
114
-
115
- </li>
116
-
117
- </ul>
118
-
119
- </div>
31
+ <ul id="js-recruit__employee__face" class="recruit__employee__face flex">
32
+
33
+ <li class="recruit__employee__face__contents">
34
+
35
+ <div class="recruit__employee__face__contents__round face-bg">
36
+
37
+ <img src="../common/img/sp/recruit/pic_hero01.png">
38
+
39
+ </div>
40
+
41
+ <div class="recruit__employee__face__contents__comment">
42
+
43
+ <div class="recruit__employee__face__contents__comment__prefix">
44
+
45
+ <p>ツチヤ自動車は</p>
46
+
47
+ </div>
48
+
49
+ <p class="recruit__employee__face__contents__comment__detail">お客様に頼られる!</p>
50
+
51
+ </div>
52
+
53
+ </li>
54
+
55
+ <li class="recruit__employee__face__contents">
56
+
57
+ <div class="recruit__employee__face__contents__round face-bg">
58
+
59
+ <img src="../common/img/sp/recruit/pic_hero02.png">
60
+
61
+ </div>
62
+
63
+ <div class="recruit__employee__face__contents__comment">
64
+
65
+ <div class="recruit__employee__face__contents__comment__prefix">
66
+
67
+ <p>ツチヤ自動車は</p>
68
+
69
+ </div>
70
+
71
+ <p class="recruit__employee__face__contents__comment__detail">失敗から学べる</p>
72
+
73
+ </div>
74
+
75
+ </li>
76
+
77
+ <li class="recruit__employee__face__contents">
78
+
79
+ <div class="recruit__employee__face__contents__round face-bg">
80
+
81
+ <img src="../common/img/sp/recruit/pic_hero03.png">
82
+
83
+ </div>
84
+
85
+ <div class="recruit__employee__face__contents__comment">
86
+
87
+ <div class="recruit__employee__face__contents__comment__prefix">
88
+
89
+ <p>ツチヤ自動車は</p>
90
+
91
+ </div>
92
+
93
+ <p class="recruit__employee__face__contents__comment__detail">頼れる先輩がいる!</p>
94
+
95
+ </div>
96
+
97
+ </li>
98
+
99
+ <li class="recruit__employee__face__contents">
100
+
101
+ <div class="recruit__employee__face__contents__round face-bg">
102
+
103
+ <img src="../common/img/sp/recruit/pic_hero05.png">
104
+
105
+ </div>
106
+
107
+ <div class="recruit__employee__face__contents__comment">
108
+
109
+ <div class="recruit__employee__face__contents__comment__prefix">
110
+
111
+ <p>ツチヤ自動車は</p>
112
+
113
+ </div>
114
+
115
+ <p class="recruit__employee__face__contents__comment__detail">職場が明るい</p>
116
+
117
+ </div>
118
+
119
+ </li>
120
+
121
+ <li class="recruit__employee__face__contents">
122
+
123
+ <div class="recruit__employee__face__contents__round face-bg">
124
+
125
+ <img src="../common/img/sp/recruit/pic_hero07.png">
126
+
127
+ </div>
128
+
129
+ <div class="recruit__employee__face__contents__comment">
130
+
131
+ <div class="recruit__employee__face__contents__comment__prefix">
132
+
133
+ <p>ツチヤ自動車は</p>
134
+
135
+ </div>
136
+
137
+ <p class="recruit__employee__face__contents__comment__detail">研修制度が充実!</p>
138
+
139
+ </div>
140
+
141
+ </li>
142
+
143
+ <li class="recruit__employee__face__contents">
144
+
145
+ <div class="recruit__employee__face__contents__round face-bg">
146
+
147
+ <img src="../common/img/sp/recruit/pic_hero08.png">
148
+
149
+ </div>
150
+
151
+ <div class="recruit__employee__face__contents__comment">
152
+
153
+ <div class="recruit__employee__face__contents__comment__prefix">
154
+
155
+ <p>ツチヤ自動車は</p>
156
+
157
+ </div>
158
+
159
+ <p class="recruit__employee__face__contents__comment__detail">世話好きの人が多い</p>
160
+
161
+ </div>
162
+
163
+ </li>
164
+
165
+ <li class="recruit__employee__face__contents">
166
+
167
+ <div class="recruit__employee__face__contents__round face-bg">
168
+
169
+ <img src="../common/img/sp/recruit/pic_hero09.png">
170
+
171
+ </div>
172
+
173
+ <div class="recruit__employee__face__contents__comment">
174
+
175
+ <div class="recruit__employee__face__contents__comment__prefix">
176
+
177
+ <p>ツチヤ自動車は</p>
178
+
179
+ </div>
180
+
181
+ <p class="recruit__employee__face__contents__comment__detail">チームワークがいい</p>
182
+
183
+ </div>
184
+
185
+ </li>
186
+
187
+ </ul>
120
188
 
121
189
 
122
190