Infinite (endless) scroll - masonry issue
Hey all,
I'm trying to integrate infinite (endless) scroll on my page, using this example: http://www.jquery4u.com/tutorials/jq...rolling-demos/ (demo 1).
But the page I'm working on does not show the masonry in the called pages. There must be a conflict between the masonry js files and isotope, as it all gets messed up. Please advise on how to get everything in masonry. Thanks!
Added: if you look at the called pages test2, test3,...,test6 seperately, then you'll see that they all show up in masonry. But with the infinite scroll, they don't.
Seems like there is a conflict in between the js files:
- https://ajax.googleapis.com/ajax/lib.../jquery.min.js
- http://lichaamengeest.be/js/jquery.isotope.min.js
- http://lichaamengeest.be/js/jquery.i...escroll.min.js
Can anyone see what's conflicting, please? Thanks.