javascript - Retrigger masonry.js with infinite scroll jQuery -
i'm working on tubmlr site friend , utilize masonry infinite scroll plugin.
the scroll plugin script pulled in 3rd party , masonry fired on page...
$(document).ready(function () { $('.autopagerize_page_element').masonry(); }); when scroll reloads more posts masonry plugin doesnt work, im guessing because needs re-triggered 1 time again im unsure how?
ive tried using
setinterval(function(){ // masonry },100); to maintain checking ive had no luck, can give ma thought ?
javascript jquery tumblr
No comments:
Post a Comment