fredwu / jquery-endless-scroll

Endless/infinite scrolling/pagination.
http://fredwu.github.com/jquery-endless-scroll/
837 stars 176 forks source link

How to get this to work with custom scroll bar #26

Open sincero opened 12 years ago

sincero commented 12 years ago

Hello, Im using this custom scroll bar jquery plugin from here https://github.com/thomd/jquery-scroll. I have a div on my page which hold all of my content. When i remove the custom scroll bar from that div, the endless scroll works, but not with the custom scroll bar. I think there is conflict with the scroll height being read or something. Also, I'm working in wordpress, and the built in ajax within the theme has a load more button instead of endless scrolling, i wanted to use the endless scroll, but I'm not sure how to replace the load more button's functions with the endless scroll

Any ideas?

I can provide the code if its helps, which I'm sure it probably will.