-
Notifications
You must be signed in to change notification settings - Fork 238
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
howto start joyride while reading a cookie, if this here is alive still #240
Comments
OK, changed some stuff, but still js code gives an error. As this page says I have
I am calling $(document).foundation('joyride', 'start'); whats wrong? |
well after three evenings reading javascript, it seems a decent solution is not possible. I have however found a solution that works. You start joyride without autostart. And then simulate a click on the starting point from javascript. Using these sources:
You have to initialize it like so
and then use joyride without auto start on an element X.
The joyride list is like this
and the element to click on looks like this
I really dont get why they flushed joyride. Foundation boooo |
solved, while showing how foundation has abandoned its work disgracefully. |
Hi,
Its 2023 and joyride still functions with the latest jquery. Very good.
I have made a simple joyride that works fine when I use auto-start.
However, when I do not set auto start and try to start joyride after reading as cookie it fails.
I am surel;y doing something wrong. Any help apreciated.
my code:
The error in the console is
Uncaught TypeError: $(...).joyride is not a function
As you can see I am no good programmer, just trying to get something working I dont fully understand.
The text was updated successfully, but these errors were encountered: