Make the infinite scroll plugin have a non-infinite scroll (button click to scroll) mode

This commit is contained in:
Craig Andrews
2009-09-19 22:53:39 -04:00
parent 74296fa12c
commit cf8944526e
3 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
jQuery(document).ready(function($){
$('notices_primary').infinitescroll({
debug: true,
infiniteScroll : false,
nextSelector : "li.nav_next a",
loadingImg : $('address .url')[0].href+'plugins/InfiniteScroll/ajax-loader.gif',
text : "<em>Loading the next set of posts...</em>",
@@ -12,4 +13,3 @@ jQuery(document).ready(function($){
NoticeAttachments();
});
});