joyride
joyride copied to clipboard
Ability to initiate first tour step manually after page load
I would love to have a way to only start the tour when a user takes a specific action. Right now, it starts automatically on page load. And if I just wait to call .joyride() until later, all of the <ol>
items show up in the DOM.
I hacked around this by setting the <ol>
to display:none
but it seems like there could be an "autoStart: false" option or the like.
:+1:
Wowza. Great one, Andrew! Thanks.
I'm confused. The css that comes with the source includes a class "joyRideTipContent" that is meant to be added to your <ol>. All it does it keep the <ol> hidden. You don't have to call .joyride() at page load, you can tie it to another click event.
I'm confused. Right now I can set the tour to start on page load, but I can't figure out how to start it manually (i.e. when a button or link is clicked).