-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't have 2 jscroll instances on the same page #78
Comments
Gave up with this one and coded my own lazy loader :-) I don't know why I couldn't make this to work like the exemple on jscroll.com (3 instances at the same time) |
+1 |
@pklauzinski can you instruct how make jscroll to work with multiple instances at same page ? |
It depends on how you set them up. Are you trying to put them in separate containers on a page that have a fixed height and |
Just made a pull request that contains an extension to support multiple jscrolls. |
If you are having trouble getting two jscroll at the same time, the pull request #119 above is probably the solution...it worked for me. |
Hello
I'm trying to make jscroll to work with 2 instances in the same time: I want to load next posts in the middle of the page and next instagram posts at the bottom of the page.
I can make the first one to work but not the second one and vice versa.
Here's how I do it:
Is it possible to do this?
The text was updated successfully, but these errors were encountered: