-
Notifications
You must be signed in to change notification settings - Fork 317
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
How to Reload ScrollMe and Data-Attrs? #45
Comments
Hi @luispuig, to reload the settings you can use |
It works great. I was testing it on a wrong way. Thanks! |
I found the problem. What I wanted is on onload: obj = $j('.someElement'); scrollme.init(); The problem is that properties are not catched. The solution is changing this:
for this:
Thanks |
Can anybody to help to do a pull request? |
Hello, I know this is an old question, but I tried with |
Hi,
I can't find the way to change de data-attrs with JS and after reaload scrollme.
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: