質問編集履歴
2
タイトル追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
infinitescrollv3が動かない
|
1
|
+
infinitescrollv3で無限スクロールが動かない
|
body
CHANGED
File without changes
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
<head>
|
15
15
|
<script src="https://unpkg.com/infinite-scroll@3/dist/infinite-scroll.pkgd.min.js"></script>
|
16
16
|
<script>
|
17
|
-
$('#chat
|
17
|
+
$('#chat').infiniteScroll({
|
18
18
|
path: '$page={{#}}',
|
19
19
|
append: '.post',
|
20
20
|
hideNav: '.pagination',
|
@@ -22,6 +22,7 @@
|
|
22
22
|
});
|
23
23
|
</script>
|
24
24
|
</head>
|
25
|
+
<div id="chat">
|
25
26
|
<div class="post">
|
26
27
|
|
27
28
|
|
@@ -95,6 +96,7 @@
|
|
95
96
|
?>
|
96
97
|
|
97
98
|
</div>
|
99
|
+
</div>
|
98
100
|
```
|
99
101
|
|
100
102
|
|