You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You place the "load more..." button at the end of the document and replace itself with the results from the server - which itself again includes the new "load more" button, which will again placed at the end of the document.
For a load more functionality, I'd like to keep the original batch next link in the template and only add'?ajax_load=1' to the target element.
Something like this
append_to_selector_in_target
[.next-link, '?ajax_load=1']
Or is there a way for this already?
The text was updated successfully, but these errors were encountered: