質問編集履歴

1

スクロールの記述が抜けてました、、、。

2018/11/09 10:39

投稿

melRel
melRel

スコア12

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,9 @@
32
32
 
33
33
  ```jQuery
34
34
 
35
+ $(window).on('load scroll', function(){
36
+
35
- $('.count').each(function(){
37
+ $('.count').each(function(){
36
38
 
37
39
  var self = $(this),
38
40
 
@@ -102,6 +104,8 @@
102
104
 
103
105
  }
104
106
 
107
+ });
108
+
105
109
  });
106
110
 
107
111
  ```