Infinite Scroll

Lollo9618

Nuovo Utente
17 Mar 2013
27
0
0
Questo Infinite-scroll (FONTE), prevede solamente due pagine.
PHP:
// infinitescroll() is called on the element that surrounds 
// the items you will be loading more of
  $('#content').infinitescroll({
 
    navSelector  : "div.navigation",            
                   // selector for the paged navigation (it will be hidden)
    nextSelector : "div.navigation a:first",    
                   // selector for the NEXT link (to page 2)
    itemSelector : "#content div.post"          
                   // selector for all items you'll retrieve
  });
Come posso modificare il codice per adattarlo al fatto che le pagine sono piu di due?
 

Discussioni simili