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
I have ajax calls being made to update the top of the stack. As in, I'm refreshing the page to prepend() the newest post. But, your gem is using ASC and append(). when it adds older posts. What can I do to get your jquery infinite pages to reverse adding the oldest records at the bottom once I reach the lowest end of the window?
The text was updated successfully, but these errors were encountered:
I have ajax calls being made to update the top of the stack. As in, I'm refreshing the page to prepend() the newest post. But, your gem is using ASC and append(). when it adds older posts. What can I do to get your jquery infinite pages to reverse adding the oldest records at the bottom once I reach the lowest end of the window?
The text was updated successfully, but these errors were encountered: