質問編集履歴
4
item->list
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
var moreNum = 2;
|
46
46
|
|
47
|
-
$('.it
|
47
|
+
$('.list:nth-child(n + ' + (moreNum + 1) + ')').addClass('is-hidden');
|
48
48
|
|
49
49
|
|
50
50
|
|
3
item->list
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
$(function () {
|
56
56
|
|
57
|
-
var list = $('.it
|
57
|
+
var list = $('.list').length;
|
58
58
|
|
59
59
|
alert(list);//2と表示されてしまう。。
|
60
60
|
|
2
id->class
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
</ul>
|
24
24
|
|
25
|
-
<button
|
25
|
+
<button class="more-button"></button>
|
26
26
|
|
27
27
|
</div>
|
28
28
|
|
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
</ul>
|
36
36
|
|
37
|
-
<button
|
37
|
+
<button class="more-button"></button>
|
38
38
|
|
39
39
|
</div>
|
40
40
|
|
1
不要な文章削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,13 +67,3 @@
|
|
67
67
|
});
|
68
68
|
|
69
69
|
```
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
### 補足情報(FW/ツールのバージョンなど)
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
ここにより詳細な情報を記載してください。
|