I tryied to use the Waypoints library to fire an event when we scroll to the end of a div (in order to implement an “infinite scolling”-like functionality). I looked at this example but it apparently doesn’t work if I use a custom scrollable ‘div’, it only works for the window scrolling. Here my fiddle: http://jsfiddle.net/qa68m10n/6/ Am I right? Is
Tag: infinite-scroll
Content flicker/jump on infinite scroll/loop
I am looking for help / a point in the right direction / or a solution for a flicker/jump, when scrolling on a looping/infinite website, which can be seen in this fiddle. What seems to be causing the jump is: “$(window).scrollTop(half_way – child_height);”, and what could also be a Chrome windows scrollTop bug, but it is happening in all browsers
infinite scroll doesn’t stop when contents finish
hi am having a problem with infinite scroll functionality, when all the contents have been displayed it still continues to scroll (strange behavior). i am looking for a way to stop the infinite scroll when all contents are displayed here is my code i have bee working on this days now….please heeeeeeeeeeelllllllllpppppp 🙁 Answer You can try unbinding it from
Insert content at top of page without scrolling
Is there a way that I can insert content at the beginning of a webpage without causing the page to give the impression of scrolling up. I’m trying to implement something kind of like infinite scrolling but I need to be able to scroll up infinitely as well as down (I’m also unloading content on the other end so that