-
Notifications
You must be signed in to change notification settings - Fork 578
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
I can't reactivate scrollify after use $.scrollify.destroy() #36
Comments
Thanks, I've just pushed a fix to jquery.scrollify.js that should resolve this. |
Same problem that I had. Your fix didn't work for me. See my pull request. |
Hi, I was having the same issue, tried your fix and although it removed the JS error, it can't seem to scroll. The URL hash also changes to /#[object Object]. Tried using .move() to no avail. |
If you're using the minified version, don't, I didn't update it. The non minified version works for me. I'm calling |
I'm using the non-minified verison. When I recreate the $.scrollify instance after destroying it, I sometimes get an error |
Maybe it's a different problem? I can't duplicate that. My urls look nice On Mon, Sep 7, 2015 at 7:23 PM, Zak Greene notifications@github.com wrote:
|
I realised what was wrong with the update I pushed. I've pushed another update that resolves both your problems. |
This works great now, thank you @lukehaas! I'm still sometimes getting the error |
This is my code
I also try this https://github.com/lukehaas/Scrollify/blob/master/jquery.scrollify.js from this post #32 and this is console from Chrome
The text was updated successfully, but these errors were encountered: