I found a demo of infinite scroll using the masonry plugin.
http://www.jquery4u.com/demos/infinite-scrolling-demo1/
What I would like to do is place the scroll bar on the container div. So the body will remain static.
Is this possible? Please let me know if you need me to explain further.
Thanks
Here's a simple example of what you are trying to do:
Container <div>
CSS:
<style type="text/css">
/* Optional styles */
#infinitescroller {
background-color: White;
width: 50%;
height: 200px;
}
</style>
Container <div>
HTML:
<div id="infinitescroller">
<div>
<p>Starting content</p>
</div>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With