-
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
Joyride works only after called twice #200
Comments
+1 |
2 similar comments
+1 |
+1 |
+1 @mrsweaters - This is definitely either an issue or misunderstanding in how to use this plugin. Can you please have a look? The library is definitely great, it would be awesome if I didn't have to call |
If you want the tour to start right away when you initialize joyride, you need to pass in the option If you call |
I had the same issue. Like @TehShrike said, adding:
does the trick! |
This works great. Might be wise to add this to the options list on the web page. I was really confused. |
Hi,
Thank you for this plugin. When I call Joyride to start it, it doesn't show. Only after I call it again it shows.
On button click I call:
$("#editor-tour").joyride({
/* Options will go here */
});
What is the problem?
Thanks
The text was updated successfully, but these errors were encountered: