Skip to content
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

Problem with Ajax getting content #26

Open
SCLeoX opened this issue Oct 9, 2015 · 1 comment
Open

Problem with Ajax getting content #26

SCLeoX opened this issue Oct 9, 2015 · 1 comment

Comments

@SCLeoX
Copy link

SCLeoX commented Oct 9, 2015

All my website content is get from Ajax. Which means it only loads the framework of the site and gradually get the data inside. However, Scrollme cannot work with it. It seems only load one time at document ready. I need it to bind with jQuery's after() append() before() etc... So when I use this functions to add some new content, it will work.

IT IS NOT A FEATURE, IT IS A BUG!!!

Anyway, nice work, thanks!

@SCLeoX
Copy link
Author

SCLeoX commented Oct 9, 2015

Alright, I am too silly that I did not see that issue about dynamic website. So my suggestion is to put everything apart from class and attributes.

Like this kind will be very good:

$(".Picture").bindScrollme({when: "view", from: "0.6" , to: "1" rotatey: "90"});
$(".Picture").unbingScrollme();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant