JQuery code to initiate Infinite Scroll after AJAX complete?
-
Hi Tom,
I thought to try a different approach to the blog section while using an AJAX page loader; thought to try to use a masonry layout. Am getting a bit confused as to how I can initiate the masonry script as I checked out David Desandro’s page and his script looks to relate to a different grid system to yours. I tried this so far:
$('.masonry-container').masonry( 'layout' )
but that only returns an error of:
cannot call methods on masonry prior to initialization; attempted to call 'layout'
I have searched extensively but cannot find any other suggestions.
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘JQuery code to initiate Infinite Scroll after AJAX complete?’ is closed to new replies.