improve selector for inf. scroll

This commit is contained in:
maxwell 2010-12-19 19:30:33 -08:00
parent d5819e3c9e
commit 533ff2fc39

View file

@ -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.",