improve selector for inf. scroll
This commit is contained in:
parent
d5819e3c9e
commit
533ff2fc39
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ $(document).ready(function() {
|
||||||
// selector for the paged navigation (it will be hidden)
|
// selector for the paged navigation (it will be hidden)
|
||||||
nextSelector : ".pagination a.next_page",
|
nextSelector : ".pagination a.next_page",
|
||||||
// selector for the NEXT link (to page 2)
|
// selector for the NEXT link (to page 2)
|
||||||
itemSelector : "#main_stream",
|
itemSelector : "#main_stream li.message",
|
||||||
// selector for all items you'll retrieve
|
// selector for all items you'll retrieve
|
||||||
bufferPx: 300,
|
bufferPx: 300,
|
||||||
donetext: "no more.",
|
donetext: "no more.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue