Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have some custom elements that need to be lazyloaded as scrolling reaches the post(s), is there a hook that I can use to trigger the load? I use action:ajaxify.end for the initial trigger.
action:ajaxify.end
I notice that action:posts.loaded fires, is that the appropriate hook?
action:posts.loaded
@razibal I believe it it, yes. I also use this hook to add custom CSS and a JS action as needed.
@phenomlab Thanks
@razibal yes that's correct
@baris Thanks for the confirmation