I use infinite scroll plugin in my page, but there's a problem: I use it for a content that is hidden in a div with overflow-y: scroll CSS. Which means that only the div contents are scrolled.
It kind of works, but you need to scroll the whole page to make it download more items. When you scroll only the div, and the page stays in the same place, it doesn't.
Is there a similar plugin, or has anyone hacked it to make it work with scrolling of an element contents?
$('#your_div').infinitescroll({ ... })doesn't work? – U-DON Dec 26 '11 at 11:01