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)
|
||||
nextSelector : ".pagination a.next_page",
|
||||
// selector for the NEXT link (to page 2)
|
||||
itemSelector : "#main_stream",
|
||||
itemSelector : "#main_stream li.message",
|
||||
// selector for all items you'll retrieve
|
||||
bufferPx: 300,
|
||||
donetext: "no more.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue