When using isotope callback function
-
Hi
My site use infinite scroll.
After 20 posts load, I scroll to bottom and next 20 posts load.
When new 20 post load, the plugin need to restart with callback function.
As a sample code, I code like below
How do i reload the lazyload??$container.infinitescroll({
navSelector : ‘#page_nav’,
nextSelector : ‘#page_nav a’,
blah blah~
},
function( newElements ) {
/********script reload need ******/
}
);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘When using isotope callback function’ is closed to new replies.