Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/09/2013, 10:15
andresfrmh
 
Fecha de Ingreso: agosto-2013
Mensajes: 8
Antigüedad: 10 años, 8 meses
Puntos: 0
scroll infinito

buenos dias compañeros espero esten bn; mi pregunta es la siguiente

estoy tratando de inplementar un pedaso de codigo de java script para lograr un scroll infinito pero no lo he logrado. alguen podria darme un ejemplo mas concreto de este pedazo de codigo muchas gracias

// 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
});